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