1.1.3 - Autocompletion fixes, crossfade fixes, more languages

This commit is contained in:
exttex
2020-11-03 21:41:28 +01:00
parent b5771b8a25
commit 7eb047bae1
37 changed files with 354 additions and 172 deletions

View File

@ -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;