1
0
mirror of https://github.com/mxpv/podsync.git synced 2024-05-11 05:55:04 +00:00

fix enclosureType for audio

This commit is contained in:
delaosa
2020-04-05 13:09:40 +02:00
parent 5997a392b1
commit 9ed861faea

View File

@@ -83,7 +83,7 @@ func Build(ctx context.Context, feed *model.Feed, cfg *config.Feed, provider url
enclosureType := itunes.MP4
if feed.Format == model.FormatAudio {
enclosureType = itunes.MP4
enclosureType = itunes.MP3
}
episodeName := EpisodeName(cfg, episode)