mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2025-07-02 18:14:47 +02:00
Add:Playlists
This commit is contained in:
parent
6d9e902fe7
commit
b62ce27487
13 changed files with 404 additions and 16 deletions
|
@ -64,6 +64,8 @@ export default {
|
|||
return 'Series'
|
||||
} else if (this.page === 'collections') {
|
||||
return 'Collections'
|
||||
} else if (this.page === 'playlists') {
|
||||
return 'Playlists'
|
||||
}
|
||||
return ''
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue