mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2026-09-01 08:07:20 +02:00
Add:Playlists
This commit is contained in:
@@ -64,6 +64,8 @@ export default {
|
||||
return 'Series'
|
||||
} else if (this.page === 'collections') {
|
||||
return 'Collections'
|
||||
} else if (this.page === 'playlists') {
|
||||
return 'Playlists'
|
||||
}
|
||||
return ''
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user