Fixed Jellyfin item id variable.
This commit is contained in:
@@ -334,7 +334,7 @@ class JellyfinServer implements ServerInterface
|
||||
],
|
||||
],
|
||||
'suids' => [
|
||||
$this->name => ag($json, 'Item.ItemId'),
|
||||
$this->name => ag($json, 'ItemId'),
|
||||
],
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user