New data model save covers, scanner, new api routes

This commit is contained in:
advplyr
2022-03-12 17:45:32 -06:00
parent 5f4e5cd3d8
commit 73257188f6
37 changed files with 1649 additions and 672 deletions

View File

@@ -379,8 +379,8 @@ export default {
this.isSelectionMode = val
if (!val) this.selected = false
},
setEntity(audiobook) {
this.audiobook = audiobook
setEntity(libraryItem) {
this.audiobook = libraryItem
},
clickCard(e) {
if (this.isSelectionMode) {