feat: add a111477 provider

This commit is contained in:
himanshu8443
2025-08-15 15:57:36 +05:30
parent e3e66627cc
commit f0c98f9d0a
11 changed files with 376 additions and 1 deletions

View File

@@ -0,0 +1,24 @@
export const catalog = [
{
title: "Movies",
filter: "/movies/",
},
{
title: "TV Shows",
filter: "/tvs/",
},
{
title: "K-Drama",
filter: "/kdrama/",
},
{
title: "Asian Drama",
filter: "/asiandrama/",
},
{
title: "Misc",
filter: "/misc/",
},
];
export const genres = [];