save library-albums into prefs

This commit is contained in:
vapormusic 2022-02-25 14:36:38 +07:00
parent 76db8223dc
commit 25188864bd
5 changed files with 40 additions and 15 deletions

View file

@ -1792,6 +1792,10 @@ const app = new Vue({
sortSongs()
}
},
getAlbumSort() {
this.library.albums.sortOrder[1] = this.cfg.libraryPrefs.albums.sortOrder;
this.library.albums.sorting[1] = this.cfg.libraryPrefs.albums.sort;
},
// make a copy of searchLibrarySongs except use Albums instead of Songs
searchLibraryAlbums(index) {
let self = this