mirror of
https://github.com/zoriya/Kyoo.git
synced 2026-05-21 22:56:29 -04:00
Add GET /series (using the same logic as /movies)
This commit is contained in:
@@ -57,7 +57,7 @@ export const Movie = t.Intersect([
|
||||
Resource(),
|
||||
MovieTranslation,
|
||||
BaseMovie,
|
||||
t.Object({ isAvailable: t.Boolean() }),
|
||||
// t.Object({ isAvailable: t.Boolean() }),
|
||||
]);
|
||||
export type Movie = Prettify<typeof Movie.static>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user