Add local library items to bookshelf and landing page

This commit is contained in:
advplyr
2022-04-03 17:07:26 -05:00
parent 4f8b13b23d
commit 9fd3dc6978
15 changed files with 279 additions and 125 deletions
+1 -1
View File
@@ -81,7 +81,7 @@ export default {
}
},
play(mediaItem) {
this.$eventBus.$emit('play-local-item', mediaItem.id)
this.$eventBus.$emit('play-item', mediaItem.id)
},
async scanFolder(forceAudioProbe = false) {
this.isScanning = true