mirror of
				https://github.com/advplyr/audiobookshelf.git
				synced 2025-11-03 19:07:00 -05:00 
			
		
		
		
	Update client/components/modals/podcast/NewModal.vue
This commit is contained in:
		
							parent
							
								
									c14d13440f
								
							
						
					
					
						commit
						9c3f5406a9
					
				@ -219,10 +219,7 @@ export default {
 | 
			
		||||
      this.podcast.language = this._podcastData.language || this.feedMetadata.language || ''
 | 
			
		||||
      this.podcast.autoDownloadEpisodes = false
 | 
			
		||||
 | 
			
		||||
      if (this._podcastData.explicit === 'yes' || this._podcastData.explicit == 'true' || this.feedMetadata.explicit === 'yes' || this.feedMetadata.explicit == 'true') {
 | 
			
		||||
        this.podcast.explicit = true
 | 
			
		||||
      } else this.podcast.explicit = false
 | 
			
		||||
 | 
			
		||||
      this.podcast.explicit = this._podcastData.explicit || this.feedMetadata.explicit === 'yes' || this.feedMetadata.explicit == 'true'
 | 
			
		||||
      if (this.folderItems[0]) {
 | 
			
		||||
        this.selectedFolderId = this.folderItems[0].value
 | 
			
		||||
        this.folderUpdated()
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user