mirror of
https://github.com/mxpv/podsync.git
synced 2024-05-11 05:55:04 +00:00
chore: files formatting
This commit is contained in:
@@ -164,7 +164,7 @@ func EpisodeName(feedConfig *Config, episode *model.Episode) string {
|
||||
ext := "mp4"
|
||||
if feedConfig.Format == model.FormatAudio {
|
||||
ext = "mp3"
|
||||
}else if feedConfig.Format == model.FormatCustom {
|
||||
} else if feedConfig.Format == model.FormatCustom {
|
||||
ext = feedConfig.CustomFormat.Extension
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user