aboutsummaryrefslogtreecommitdiff
path: root/web/script/player/jhls.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'web/script/player/jhls.d.ts')
-rw-r--r--web/script/player/jhls.d.ts5
1 files changed, 5 insertions, 0 deletions
diff --git a/web/script/player/jhls.d.ts b/web/script/player/jhls.d.ts
index 9938365..2be6999 100644
--- a/web/script/player/jhls.d.ts
+++ b/web/script/player/jhls.d.ts
@@ -90,3 +90,8 @@ export interface EncodingProfile {
codec: string,
},
}
+
+export interface NodeUserData {
+ watched: WatchedState
+}
+export type WatchedState = "none" | "watched" | "pending" | { progress: number }