mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-07 20:40:15 +02:00
use correct filters for album song sort options
This commit is contained in:
@@ -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' }),
|
||||
|
||||
Reference in New Issue
Block a user