mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-01-11 22:40:31 +00:00
fix: typescript definition
Signed-off-by: Lachezar Lechev <lachezar@ambire.com>
This commit is contained in:
parent
f0ef89cbdd
commit
a643df7e3d
1 changed files with 1 additions and 1 deletions
2
src/types/models/Player.d.ts
vendored
2
src/types/models/Player.d.ts
vendored
|
|
@ -41,7 +41,7 @@ type Player = {
|
||||||
streamRequest: ResourceRequest,
|
streamRequest: ResourceRequest,
|
||||||
subtitlesPath: ResourceRequestPath,
|
subtitlesPath: ResourceRequestPath,
|
||||||
} | null,
|
} | null,
|
||||||
stream_state: StreamItemState | null,
|
streamState: StreamItemState | null,
|
||||||
seriesInfo: SeriesInfo | null,
|
seriesInfo: SeriesInfo | null,
|
||||||
subtitles: Subtitle[],
|
subtitles: Subtitle[],
|
||||||
title: string | null,
|
title: string | null,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue