mirror of
				https://github.com/advplyr/audiobookshelf.git
				synced 2025-10-27 11:18:14 +01:00 
			
		
		
		
	Fix log for podcast rss feed with no guid #4325
This commit is contained in:
		
							parent
							
								
									5e5a988f7a
								
							
						
					
					
						commit
						d03c338b48
					
				@ -205,7 +205,7 @@ function extractEpisodeData(item) {
 | 
			
		||||
    } else if (typeof guidItem?._ === 'string') {
 | 
			
		||||
      episode.guid = guidItem._
 | 
			
		||||
    } else {
 | 
			
		||||
      Logger.error(`[podcastUtils] Invalid guid ${item['guid']} for ${episode.enclosure.url}`)
 | 
			
		||||
      Logger.error(`[podcastUtils] Invalid guid for ${episode.enclosure.url}`, item['guid'])
 | 
			
		||||
    }
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user