fix: update category filters in catalog and bump version to 1.5 in manifest

This commit is contained in:
Himanshu
2025-12-29 10:30:22 +05:30
parent 065a8cb168
commit 3c6f277db0
3 changed files with 5 additions and 5 deletions

View File

@@ -5,15 +5,15 @@ export const catalog = [
},
{
title: "Latest TV Shows",
filter: "/category/new-series-10811",
filter: "/category/series",
},
{
title: "Anime",
filter: "/category/anime-10812",
filter: "/category/anime",
},
{
title: "4K HDR",
filter: "/category/4k-hdr-10776",
filter: "/category/-2160p-HDR",
},
];