diff --git a/k-tv-frontend/app/(main)/library/components/library-sidebar.tsx b/k-tv-frontend/app/(main)/library/components/library-sidebar.tsx index e650b47..25a3e96 100644 --- a/k-tv-frontend/app/(main)/library/components/library-sidebar.tsx +++ b/k-tv-frontend/app/(main)/library/components/library-sidebar.tsx @@ -15,7 +15,7 @@ interface Props { onBack: () => void; } -const ALL = ""; +const ALL = "__all__"; const CONTENT_TYPES_ALL = [ { value: ALL, label: "All types" },