mirror of
				https://github.com/advplyr/audiobookshelf.git
				synced 2025-10-27 11:18:14 +01:00 
			
		
		
		
	Add required: true to includes in podcast episodes page query
This commit is contained in:
		
							parent
							
								
									cb9fc3e0d1
								
							
						
					
					
						commit
						bd4f48ec39
					
				| @ -276,10 +276,12 @@ module.exports = { | ||||
|       include: [ | ||||
|         { | ||||
|           model: Database.podcastModel, | ||||
|           required: true, | ||||
|           where: userPermissionPodcastWhere.podcastWhere, | ||||
|           include: [ | ||||
|             { | ||||
|               model: Database.libraryItemModel, | ||||
|               required: true, | ||||
|               where: libraryItemWhere | ||||
|             } | ||||
|           ] | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user