Added missing server name in state:export log.
This commit is contained in:
@@ -1530,6 +1530,7 @@ class PlexServer implements ServerInterface
|
||||
array_replace_recursive($this->getHeaders(), [
|
||||
'user_data' => [
|
||||
'itemName' => $iName,
|
||||
'server' => $this->name,
|
||||
'state' => $entity->isWatched() ? 'Played' : 'Unplayed',
|
||||
]
|
||||
])
|
||||
|
||||
Reference in New Issue
Block a user