diff --git a/src/stores/libraryStore.ts b/src/stores/libraryStore.ts index 67837e8..6234265 100644 --- a/src/stores/libraryStore.ts +++ b/src/stores/libraryStore.ts @@ -146,8 +146,8 @@ export const useLibraryStore = create((set, get) => { folders: [], totalTrackCount: 0, viewMode: 'albums', - trackSort: 'artist', - albumSort: 'artist', + trackSort: 'title', + albumSort: 'name', artistSort: 'name', isScanning: false, scanProgress: { ...IDLE_PROGRESS },