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