diff --git a/src/Backends/Plex/Action/Progress.php b/src/Backends/Plex/Action/Progress.php index 443ba821..d286fc03 100644 --- a/src/Backends/Plex/Action/Progress.php +++ b/src/Backends/Plex/Action/Progress.php @@ -267,7 +267,7 @@ class Progress 'time' => $entity->getPlayProgress(), // -- Without duration & client identifier plex ignore watch progress update. 'duration' => ag($remoteData, 'duration', 0), - 'X-Plex-Client-Identifier' => md5('WatchState/' . $context->backendName) + 'X-Plex-Client-Identifier' => $context->backendId, ])); $logContext['remote']['url'] = (string)$url;