mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2025-07-19 10:15:14 +02:00
Fix:Playlist tab not shown after adding first playlist #1092
This commit is contained in:
parent
c04c7a55d9
commit
da3882fd5e
3 changed files with 10 additions and 8 deletions
|
@ -79,7 +79,7 @@ export default {
|
|||
return this.page
|
||||
},
|
||||
hasFilter() {
|
||||
if (this.page === 'series' || this.page === 'collections') return false
|
||||
if (this.page === 'series' || this.page === 'collections' || this.page === 'playlists') return false
|
||||
return this.filterBy !== 'all'
|
||||
},
|
||||
orderBy() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue