mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2025-06-25 22:58:43 +02:00
Add:Playlists
This commit is contained in:
parent
6d9e902fe7
commit
b62ce27487
13 changed files with 404 additions and 16 deletions
|
@ -84,14 +84,14 @@ export default {
|
|||
iconClass: 'text-xl',
|
||||
text: 'Collections'
|
||||
},
|
||||
{
|
||||
to: '/bookshelf/authors',
|
||||
routeName: 'bookshelf-authors',
|
||||
iconPack: 'abs-icons',
|
||||
icon: 'authors',
|
||||
iconClass: 'text-2xl pb-px',
|
||||
text: 'Authors'
|
||||
},
|
||||
// {
|
||||
// to: '/bookshelf/authors',
|
||||
// routeName: 'bookshelf-authors',
|
||||
// iconPack: 'abs-icons',
|
||||
// icon: 'authors',
|
||||
// iconClass: 'text-2xl pb-px',
|
||||
// text: 'Authors'
|
||||
// },
|
||||
{
|
||||
to: '/bookshelf/playlists',
|
||||
routeName: 'bookshelf-playlists',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue