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

chore: correct formating

This commit is contained in:
Dawid H
2022-11-04 21:35:57 +01:00
parent 3a42d8249e
commit d3fe8c61e5

View File

@ -137,7 +137,6 @@ func Build(_ctx context.Context, feed *model.Feed, cfg *Config, hostname string)
enclosureType = EnclosureFromExtension(cfg)
}
var (
episodeName = EpisodeName(cfg, episode)
downloadURL = fmt.Sprintf("%s/%s/%s", strings.TrimRight(hostname, "/"), cfg.ID, episodeName)