This commit is contained in:
thsrite
2024-05-10 16:57:12 +08:00
parent a0ffd5b41c
commit c9f3d6c307

View File

@@ -193,7 +193,6 @@ class EmbyMetaTag(_PluginBase):
try:
with RequestUtils(content_type="application/json").post_res(url=req_url, json=tags) as res:
if res and res.status_code == 204:
logger.info(f"{req_url} {res}")
return True
except Exception as e:
logger.error(f"连接Items/Id/Tags/Add出错" + str(e))