replace separator string with smaller bullet

This commit is contained in:
jeffvli
2026-01-17 13:29:25 -08:00
parent 9bccf7c405
commit d793e67b56
+1 -1
View File
@@ -139,7 +139,7 @@ export const getClientType = (): string => {
}
};
export const SEPARATOR_STRING = ' ';
export const SEPARATOR_STRING = ' · ';
export const sortSongList = (songs: Song[], sortBy: SongListSort, sortOrder: SortOrder) => {
let results: Song[] = songs;