mirror of
				https://github.com/advplyr/audiobookshelf.git
				synced 2025-10-27 11:18:14 +01:00 
			
		
		
		
	Fix:getBookCoverAspectRatio
This commit is contained in:
		
							parent
							
								
									fbd7ae10d1
								
							
						
					
					
						commit
						a19b6370c4
					
				| @ -33,7 +33,7 @@ export const getters = { | ||||
|     return state.serverSettings[key] | ||||
|   }, | ||||
|   getBookCoverAspectRatio: state => { | ||||
|     if (!state.serverSettings || !state.serverSettings.coverAspectRatio) return 1 | ||||
|     if (!state.serverSettings || isNaN(state.serverSettings.coverAspectRatio)) return 1 | ||||
|     return state.serverSettings.coverAspectRatio === 0 ? 1.6 : 1 | ||||
|   }, | ||||
|   getNumLibraryItemsSelected: state => state.selectedLibraryItems.length, | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user