fix(title): fix title page crash
due to upstream change in data, title page was broken. this commit fixes thate BREAKING CHANGE: older versions won't work, at least for title route
This commit is contained in:
@ -516,9 +516,11 @@ export default interface RawTitle {
|
||||
canRate: {
|
||||
isRatable: boolean;
|
||||
};
|
||||
titleCardGenres: {
|
||||
titleGenres: {
|
||||
genres: Array<{
|
||||
text: string;
|
||||
genre: {
|
||||
text: string;
|
||||
};
|
||||
}>;
|
||||
};
|
||||
canHaveEpisodes: boolean;
|
||||
|
Reference in New Issue
Block a user