mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-01-23 02:35:14 +00:00
Error fix
This commit is contained in:
parent
f04b8c95fe
commit
de53c88486
1 changed files with 1 additions and 1 deletions
|
|
@ -816,7 +816,7 @@ def _sync_metadata(media_item_id: int, scan_id: str | None = None) -> None:
|
|||
|
||||
result = sync_metadata(media_item)
|
||||
if result:
|
||||
_send_media_item_update(result, status="metadata")
|
||||
_send_media_item_update(result, status="metadata")
|
||||
|
||||
if not scan:
|
||||
return
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue