fix the prev commit

This commit is contained in:
ArabCoders
2025-01-31 22:17:41 +03:00
parent 87ac7e77dd
commit 54a8556149

View File

@@ -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;