change default sort order

This commit is contained in:
Boof2015
2026-07-13 14:23:06 -04:00
parent 5b39e5d0c0
commit e1559d2f50
+2 -2
View File
@@ -146,8 +146,8 @@ export const useLibraryStore = create<LibraryStore>((set, get) => {
folders: [],
totalTrackCount: 0,
viewMode: 'albums',
trackSort: 'artist',
albumSort: 'artist',
trackSort: 'title',
albumSort: 'name',
artistSort: 'name',
isScanning: false,
scanProgress: { ...IDLE_PROGRESS },