fix: correct filter path for Apple TV+ in catalog

This commit is contained in:
Himanshu
2026-04-30 19:56:57 +05:30
parent b962d0c38b
commit e1658cc924
+1 -1
View File
@@ -13,7 +13,7 @@ export const catalog = [
},
{
title: "Apple TV+",
filter: "web-series/apple-tv/",
filter: "web-series/apple-tv",
},
];