fix(title): fix title route crash
was due to non-existance of genres on "more like this" for some titles closes https://github.com/zyachel/libremdb/issues/61
This commit is contained in:
@@ -143,7 +143,7 @@ export default interface Name {
|
||||
value: string;
|
||||
language: string;
|
||||
};
|
||||
mimeType: string;
|
||||
mimeType?: string;
|
||||
url: string;
|
||||
}>;
|
||||
recommendedTimedTextTrack?: {
|
||||
|
Reference in New Issue
Block a user