mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-01-08 00:08:14 +01:00
Fix:Context menu on library page
This commit is contained in:
parent
edc919b3f5
commit
69ad651671
@ -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…
Reference in New Issue
Block a user