This commit is contained in:
jxxghp 2024-03-11 16:28:36 +08:00
parent e322204094
commit e2148cb77f
2 changed files with 1 additions and 2 deletions

View File

@ -450,7 +450,6 @@ class Emby:
except Exception as e:
logger.error(f"连接Items/Id/RemoteImages出错" + str(e))
return None
return None
def generate_external_image_link(self, item_id: str, image_type: str) -> Optional[str]:
"""