mirror of
				https://github.com/advplyr/audiobookshelf.git
				synced 2025-10-27 11:18:14 +01: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…
	
		Reference in New Issue
	
	Block a user