mirror of
				https://github.com/advplyr/audiobookshelf.git
				synced 2025-10-27 11:18:14 +01:00 
			
		
		
		
	Fix:Missing narrators library filter
This commit is contained in:
		
							parent
							
								
									98d9fd8c32
								
							
						
					
					
						commit
						6822628994
					
				| @ -211,7 +211,7 @@ module.exports = { | ||||
|         mediaWhere[key] = { | ||||
|           [Sequelize.Op.or]: [null, ''] | ||||
|         } | ||||
|       } else if (['genres', 'tags', 'narrator'].includes(value)) { | ||||
|       } else if (['genres', 'tags', 'narrators'].includes(value)) { | ||||
|         mediaWhere[value] = { | ||||
|           [Sequelize.Op.or]: [null, Sequelize.where(Sequelize.fn('json_array_length', Sequelize.col(value)), 0)] | ||||
|         } | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user