mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2026-09-09 11:21:47 +02:00
Update:Show loading indicator on play buttons when starting playback
This commit is contained in:
@@ -110,9 +110,6 @@ export default {
|
||||
this.$router.replace('/localMedia/folders')
|
||||
}
|
||||
},
|
||||
play(mediaItem) {
|
||||
this.$eventBus.$emit('play-item', { libraryItemId: mediaItem.id })
|
||||
},
|
||||
async init() {
|
||||
var folder = await this.$db.getLocalFolder(this.folderId)
|
||||
this.folder = folder
|
||||
|
||||
Reference in New Issue
Block a user