mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-07-15 03:45:03 +02:00
Fix:Context menu on library page
This commit is contained in:
parent
edc919b3f5
commit
69ad651671
1 changed files with 1 additions and 1 deletions
|
@ -344,7 +344,7 @@ export default {
|
||||||
return this.store.getters['user/getUserCanDownload']
|
return this.store.getters['user/getUserCanDownload']
|
||||||
},
|
},
|
||||||
userIsAdminOrUp() {
|
userIsAdminOrUp() {
|
||||||
return this.$store.getters['user/getIsAdminOrUp']
|
return this.store.getters['user/getIsAdminOrUp']
|
||||||
},
|
},
|
||||||
moreMenuItems() {
|
moreMenuItems() {
|
||||||
if (this.recentEpisode) {
|
if (this.recentEpisode) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue