fix: typescript definition

Signed-off-by: Lachezar Lechev <lachezar@ambire.com>
This commit is contained in:
Lachezar Lechev 2025-12-17 16:18:26 +02:00
parent f0ef89cbdd
commit a643df7e3d
No known key found for this signature in database
GPG key ID: 69BDCB3ED8CE8037

View file

@ -41,7 +41,7 @@ type Player = {
streamRequest: ResourceRequest,
subtitlesPath: ResourceRequestPath,
} | null,
stream_state: StreamItemState | null,
streamState: StreamItemState | null,
seriesInfo: SeriesInfo | null,
subtitles: Subtitle[],
title: string | null,