This commit is contained in:
jxxghp
2023-08-12 07:58:08 +08:00
parent 733e85efec
commit 44d428d934
8 changed files with 44 additions and 14 deletions

View File

@ -317,7 +317,7 @@ class Emby(metaclass=Singleton):
return None
if not item_id:
return {}
# 验证tmdbid是否相同
# 验证tmdbid是否相同
item_tmdbid = self.get_iteminfo(item_id).get("ProviderIds", {}).get("Tmdb")
if tmdb_id and item_tmdbid:
if str(tmdb_id) != str(item_tmdbid):