feat: streaming episodes

This commit is contained in:
Aleksi Lassila
2025-02-02 04:08:02 +02:00
parent cf289872f7
commit ab401cf69e
21 changed files with 440 additions and 118 deletions

View File

@@ -151,6 +151,7 @@ export interface SourcePlugin {
getEpisodeStream: (
tmdbId: string,
series: string,
season: number,
episode: number,
key: string,
@@ -160,6 +161,7 @@ export interface SourcePlugin {
getEpisodeStreams: (
tmdbId: string,
series: string,
season: number,
episode: number,
context: UserContext,