save library-albums into prefs
This commit is contained in:
parent
76db8223dc
commit
25188864bd
5 changed files with 40 additions and 15 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue