mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2026-09-09 19:31:51 +02:00
Update:Add switch server/user button in side drawer and change button text on account page. Update logout to disconnect #628
This commit is contained in:
@@ -26,6 +26,9 @@ export default {
|
||||
},
|
||||
methods: {
|
||||
async init() {
|
||||
if (!this.currentLibraryId) {
|
||||
return
|
||||
}
|
||||
this.loadedLibraryId = this.currentLibraryId
|
||||
this.authors = await this.$axios
|
||||
.$get(`/api/libraries/${this.currentLibraryId}/authors`)
|
||||
|
||||
Reference in New Issue
Block a user