decouple folder list sort from song list sort

This commit is contained in:
jeffvli
2025-12-03 20:27:57 -08:00
parent a27ddfe746
commit 091625d7d9
3 changed files with 6 additions and 5 deletions
+1
View File
@@ -20,6 +20,7 @@ export enum ItemListKey {
ALBUM_ARTIST_SONG = 'albumArtistSong',
ALBUM_DETAIL = 'albumDetail',
ARTIST = LibraryItem.ARTIST,
FOLDER = LibraryItem.FOLDER,
FULL_SCREEN = 'fullScreen',
GENRE = LibraryItem.GENRE,
GENRE_ALBUM = 'genreAlbum',