1.1.3 - Autocompletion fixes, crossfade fixes, more languages
This commit is contained in:
@ -105,6 +105,7 @@ export default {
|
||||
this.libraryLoading = true;
|
||||
await this.$axios.put(`/library/album?id=${this.album.id}`);
|
||||
this.libraryLoading = false;
|
||||
this.$root.globalSnackbar = this.$t('Added to library!');
|
||||
},
|
||||
async download() {
|
||||
this.downloadDialog = true;
|
||||
|
Reference in New Issue
Block a user