mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-03-04 06:59:41 +00:00
Fix bugs
This commit is contained in:
parent
4a34716e58
commit
7cc476a6ed
3 changed files with 4 additions and 0 deletions
|
|
@ -695,6 +695,7 @@ export default {
|
|||
}
|
||||
|
||||
this.libraryItem = libraryItem
|
||||
this.selected = this.store.state.globals.selectedMediaItems.some((i) => i.id === this.libraryItemId)
|
||||
|
||||
this.$nextTick(() => {
|
||||
if (this.$refs.displayTitle) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue