mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-06-01 04:34:13 -04:00
Add podcast to supported shelf types
This commit is contained in:
parent
2186603039
commit
651601adf6
@ -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…
x
Reference in New Issue
Block a user