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:
@@ -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)
|
||||
|
Reference in New Issue
Block a user