mirror of
https://github.com/zoriya/Kyoo.git
synced 2026-06-03 04:02:34 +00:00
Fix typescript compilation
This commit is contained in:
@@ -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: [],
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user