mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-12-08 12:59:37 +00:00
Add podcast to supported shelf types
This commit is contained in:
parent
2186603039
commit
651601adf6
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ export default {
|
||||||
},
|
},
|
||||||
computed: {
|
computed: {
|
||||||
supportedShelves() {
|
supportedShelves() {
|
||||||
return this.shelves.filter((shelf) => ['book', 'episode', 'series', 'authors', 'narrators'].includes(shelf.type))
|
return this.shelves.filter((shelf) => ['book', 'podcast', 'episode', 'series', 'authors', 'narrators'].includes(shelf.type))
|
||||||
},
|
},
|
||||||
userIsAdminOrUp() {
|
userIsAdminOrUp() {
|
||||||
return this.$store.getters['user/getIsAdminOrUp']
|
return this.$store.getters['user/getIsAdminOrUp']
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue