Merge pull request #4596 from renesat/fix/redirect-url

Fix freeze on some audio sources
This commit is contained in:
advplyr
2025-08-19 18:11:13 -04:00
committed by GitHub

View File

@@ -118,6 +118,7 @@ module.exports.downloadPodcastEpisode = (podcastEpisodeDownload) => {
method: 'GET',
responseType: 'stream',
headers: {
'Accept': '*/*',
'User-Agent': userAgent
},
timeout: global.PodcastDownloadTimeout