Fix:Playlist tab not shown after adding first playlist #1092

This commit is contained in:
advplyr 2024-03-03 13:29:58 -06:00
parent c04c7a55d9
commit da3882fd5e
3 changed files with 10 additions and 8 deletions

View file

@ -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() {