1
0
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:
Dawid H
2022-10-29 02:30:59 +02:00
parent d15e729d46
commit a0353e4914

View File

@@ -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
}