mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-04 18:24:46 +02:00
Add podcast episode date picker for pubDate
This commit is contained in:
parent
469278cd1e
commit
b0b1d2707d
4 changed files with 24 additions and 4 deletions
|
@ -34,7 +34,7 @@ export const getters = {
|
|||
return state.serverSettings[key]
|
||||
},
|
||||
getBookCoverAspectRatio: state => {
|
||||
if (!state.serverSettings || !state.serverSettings.coverAspectRatio) return 1.6
|
||||
if (!state.serverSettings || !state.serverSettings.coverAspectRatio) return 1
|
||||
return state.serverSettings.coverAspectRatio === 0 ? 1.6 : 1
|
||||
},
|
||||
getNumLibraryItemsSelected: state => state.selectedLibraryItems.length,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue