Fix freeze on some audio sources

This commit is contained in:
renesat 2025-08-16 18:56:23 +02:00
parent fd4932cdbb
commit 8d1f460640
No known key found for this signature in database

View file

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