mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-05-24 02:02:36 -04:00
Fix typescript compilation
This commit is contained in:
parent
31d95d7fd7
commit
1cc26c5985
@ -184,6 +184,7 @@ export async function getShow(
|
||||
const show = {
|
||||
...ret,
|
||||
...translation,
|
||||
kind: ret.kind as any,
|
||||
...(ot?.preferOriginal && {
|
||||
...(ot.poster && { poster: ot.poster }),
|
||||
...(ot.thumbnail && { thumbnail: ot.thumbnail }),
|
||||
|
@ -41,6 +41,7 @@ describe("with a null value", () => {
|
||||
airDate: null,
|
||||
originalLanguage: null,
|
||||
externalId: {},
|
||||
studios: [],
|
||||
});
|
||||
});
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user