Fix:Context menu on library page

This commit is contained in:
advplyr 2022-05-05 18:12:27 -05:00
parent edc919b3f5
commit 69ad651671

View File

@ -344,7 +344,7 @@ export default {
return this.store.getters['user/getUserCanDownload']
},
userIsAdminOrUp() {
return this.$store.getters['user/getIsAdminOrUp']
return this.store.getters['user/getIsAdminOrUp']
},
moreMenuItems() {
if (this.recentEpisode) {