mirror of
https://github.com/vega-org/vega-providers.git
synced 2026-04-17 23:51:44 +00:00
feat: add a111477 provider
This commit is contained in:
24
providers/a111477/catalog.ts
Normal file
24
providers/a111477/catalog.ts
Normal 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 = [];
|
||||
Reference in New Issue
Block a user