diff --git a/src/shared/api/utils.ts b/src/shared/api/utils.ts index 475c98f50..6585bc50b 100644 --- a/src/shared/api/utils.ts +++ b/src/shared/api/utils.ts @@ -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;