mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2025-07-02 18:14:47 +02:00
Add:Authors page #618
This commit is contained in:
parent
322f7d75dd
commit
a81f50878e
3 changed files with 71 additions and 13 deletions
|
@ -66,6 +66,8 @@ export default {
|
|||
return 'Collections'
|
||||
} else if (this.page === 'playlists') {
|
||||
return 'Playlists'
|
||||
} else if (this.page === 'authors') {
|
||||
return 'Authors'
|
||||
}
|
||||
return ''
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue