feat: Add initial implementation for ogomovies provider

This commit is contained in:
himanshu8443
2025-10-07 20:22:56 +05:30
parent b5d24d8962
commit 4dbc0ff321
8 changed files with 456 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
export const catalog = [
{
title: "Trending",
filter: "",
},
{
title: "Movies",
filter: "genre/hollywood/",
},
];