Skip to content

Type inconsistencies #5

@Dobatymo

Description

@Dobatymo

Endpoint /v1/media/show/all returns "hosts": null which is illegal according to

hosts: Array<bohnePortrait>;

and "lastEpisode": {"episodes": [{"seasonId": null, "episode": null, "firstBroadcastdate": null}]} which is illegal according to

seasonId: number;
episode: number;

firstBroadcastdate: Date;

and "lastEpisode": {"episodes": [{"tokens": [{...}]}]} misses mediaEpisodeId which is not optional according to

mediaEpisodeId: number;

and actually many others...

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions