mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-06-26 02:39:05 +02:00
Fix:Reorder libraries route and draggable table,Fix:Update filter daata
This commit is contained in:
parent
b68c181631
commit
040548c6db
4 changed files with 13 additions and 13 deletions
|
@ -59,9 +59,6 @@ export default {
|
|||
}
|
||||
},
|
||||
methods: {
|
||||
itemClicked() {
|
||||
// this.$emit('click', this.library)
|
||||
},
|
||||
editClick() {
|
||||
this.$emit('edit', this.library)
|
||||
},
|
||||
|
@ -69,7 +66,7 @@ export default {
|
|||
this.$root.socket.emit('scan', this.library.id)
|
||||
},
|
||||
forceScan() {
|
||||
this.$root.socket.emit('scan', this.library.id, {forceRescan: true})
|
||||
this.$root.socket.emit('scan', this.library.id, { forceRescan: true })
|
||||
},
|
||||
deleteClick() {
|
||||
if (this.isMain) return
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue