mirror of
https://github.com/Boof2015/astra-mobile.git
synced 2026-08-12 05:10:52 +02:00
change default sort order
This commit is contained in:
@@ -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 },
|
||||
|
||||
Reference in New Issue
Block a user