fix: sidecar loading for history items
This commit is contained in:
parent
dd0633c2aa
commit
d8ccbe00fa
1 changed files with 1 additions and 1 deletions
|
|
@ -95,7 +95,7 @@ async def items_list(request: Request, queue: DownloadQueue, encoder: Encoder, c
|
|||
continue
|
||||
|
||||
try:
|
||||
download.info.sidecar = download.get_file_sidecar()
|
||||
download.info.sidecar = download.info.get_file_sidecar()
|
||||
except Exception:
|
||||
download.info.sidecar = {}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue