Updated No valid GUID message to be more clear.
This commit is contained in:
@@ -1295,7 +1295,10 @@ class JellyfinServer implements ServerInterface
|
||||
$guids = (array)($item->ProviderIds ?? []);
|
||||
|
||||
$this->logger->notice(
|
||||
sprintf('Ignoring %s. No valid GUIDs.', $iName),
|
||||
sprintf(
|
||||
'Ignoring %s. No valid GUIDs. Possibly unmatched item?',
|
||||
$iName
|
||||
),
|
||||
[
|
||||
'guids' => empty($guids) ? 'None' : $guids
|
||||
]
|
||||
|
||||
@@ -1334,7 +1334,7 @@ class PlexServer implements ServerInterface
|
||||
}
|
||||
|
||||
$this->logger->notice(
|
||||
sprintf('Ignoring %s. No valid GUIDs.', $iName),
|
||||
sprintf('Ignoring %s. No valid GUIDs. Possibly unmatched item?', $iName),
|
||||
[
|
||||
'guids' => empty($item->Guid) ? 'None' : $item->Guid,
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user