mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
apply suggestion
This commit is contained in:
parent
f6e9b1c997
commit
ccb31b4637
2 changed files with 2 additions and 4 deletions
|
@ -21,9 +21,7 @@ type SortOption = {
|
||||||
value: ItemSortBy;
|
value: ItemSortBy;
|
||||||
};
|
};
|
||||||
|
|
||||||
type SortOptionsMapping = {
|
type SortOptionsMapping = Record<string, SortOption[]>;
|
||||||
[key: string]: SortOption[];
|
|
||||||
};
|
|
||||||
|
|
||||||
const movieOrFavoriteOptions = [
|
const movieOrFavoriteOptions = [
|
||||||
{ label: 'Name', value: ItemSortBy.SortName },
|
{ label: 'Name', value: ItemSortBy.SortName },
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue