mirror of
				https://github.com/advplyr/audiobookshelf.git
				synced 2025-10-27 11:18:14 +01:00 
			
		
		
		
	Fix:Podcast episode download request failing due to user-agent string #3246
This commit is contained in:
		
							parent
							
								
									45c97a778d
								
							
						
					
					
						commit
						930bacd45d
					
				| @ -104,7 +104,7 @@ module.exports.downloadPodcastEpisode = (podcastEpisodeDownload) => { | ||||
|       method: 'GET', | ||||
|       responseType: 'stream', | ||||
|       headers: { | ||||
|         'User-Agent': 'audiobookshelf (+https://audiobookshelf.org; like iTMS)' | ||||
|         'User-Agent': 'audiobookshelf (+https://audiobookshelf.org)' | ||||
|       }, | ||||
|       timeout: 30000 | ||||
|     }).catch((error) => { | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user