Fixed Jellyfin item id variable.

This commit is contained in:
Abdulmhsen B. A. A
2022-05-14 23:03:46 +03:00
parent 39be2baaba
commit dd0dba5005

View File

@@ -334,7 +334,7 @@ class JellyfinServer implements ServerInterface
],
],
'suids' => [
$this->name => ag($json, 'Item.ItemId'),
$this->name => ag($json, 'ItemId'),
],
];