fix(frontend): restore plain type labels in grouped sidebar
This commit is contained in:
@@ -25,9 +25,9 @@ const CONTENT_TYPES_ALL = [
|
|||||||
];
|
];
|
||||||
|
|
||||||
const CONTENT_TYPES_GROUPED = [
|
const CONTENT_TYPES_GROUPED = [
|
||||||
{ value: ALL, label: "All (shows + movies)" },
|
{ value: ALL, label: "All types" },
|
||||||
{ value: "movie", label: "Movies only" },
|
{ value: "movie", label: "Movies" },
|
||||||
{ value: "short", label: "Shorts only" },
|
{ value: "short", label: "Shorts" },
|
||||||
];
|
];
|
||||||
|
|
||||||
export function LibrarySidebar({ filter, onFilterChange, viewMode, drilldown, onBack }: Props) {
|
export function LibrarySidebar({ filter, onFilterChange, viewMode, drilldown, onBack }: Props) {
|
||||||
|
|||||||
Reference in New Issue
Block a user