use correct filters for album song sort options

This commit is contained in:
jeffvli
2026-02-03 22:51:52 -08:00
parent 4423b06807
commit 2d963a9d23
2 changed files with 7 additions and 3 deletions
@@ -130,7 +130,7 @@ export const ListSortByDropdownControlled = ({
);
};
const CLIENT_SIDE_SONG_FILTERS = [
export const CLIENT_SIDE_SONG_FILTERS = [
{
defaultOrder: SortOrder.ASC,
name: i18n.t('filter.id', { postProcess: 'titleCase' }),