full support for /movie and /tv

This commit is contained in:
DerPenz
2023-04-21 20:59:12 +02:00
parent cc41646798
commit cf7a561e3f
4 changed files with 84 additions and 8 deletions

View File

@@ -128,6 +128,7 @@ export interface ContentRatings {
}
export interface ContentRatingsResult {
descriptor: unknown[];
iso_3166_1: string;
rating: string;
}