mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-09-08 11:54:52 -04:00
Update podcast episode download user agent to fix #4401
This commit is contained in:
1 parent
22f6e86a12
commit
b45085d2d6
1 file changed
+1
-1
@@ -108,7 +108,7 @@ module.exports.downloadPodcastEpisode = (podcastEpisodeDownload) => {
|
||||
method: 'GET',
|
||||
responseType: 'stream',
|
||||
headers: {
|
||||
'User-Agent': 'audiobookshelf (+https://audiobookshelf.org)'
|
||||
'User-Agent': 'audiobookshelf (+https://audiobookshelf.org; like iTMS)'
|
||||
},
|
||||
timeout: global.PodcastDownloadTimeout
|
||||
}).catch((error) => {
|
||||
|
||||
Reference in new issue
Block a user