1.1.3 - Autocompletion fixes, crossfade fixes, more languages
This commit is contained in:
parent
b5771b8a25
commit
7eb047bae1
37 changed files with 354 additions and 172 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue