fix(runtime): harden application service boundaries
This commit is contained in:
@@ -296,6 +296,7 @@ class PlaybackProgressTracker {
|
||||
_lastProgressNotifiedPosition = position;
|
||||
WatchStateNotifier().notifyProgress(
|
||||
item: metadata,
|
||||
cacheServerId: client?.cacheServerId,
|
||||
viewOffset: position.inMilliseconds,
|
||||
duration: duration.inMilliseconds,
|
||||
watchedThreshold: client?.watchedThreshold ?? 0.9,
|
||||
|
||||
Reference in New Issue
Block a user