mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-30 23:00:14 -04:00
Merge pull request #4596 from renesat/fix/redirect-url
Fix freeze on some audio sources
This commit is contained in:
commit
3801ef062a
@ -118,6 +118,7 @@ module.exports.downloadPodcastEpisode = (podcastEpisodeDownload) => {
|
||||
method: 'GET',
|
||||
responseType: 'stream',
|
||||
headers: {
|
||||
'Accept': '*/*',
|
||||
'User-Agent': userAgent
|
||||
},
|
||||
timeout: global.PodcastDownloadTimeout
|
||||
|
Loading…
x
Reference in New Issue
Block a user