Skip to content

Commit d8ccbe0

Browse files
committed
fix: sidecar loading for history items
1 parent dd0633c commit d8ccbe0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/routes/api/history.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ async def items_list(request: Request, queue: DownloadQueue, encoder: Encoder, c
9595
continue
9696

9797
try:
98-
download.info.sidecar = download.get_file_sidecar()
98+
download.info.sidecar = download.info.get_file_sidecar()
9999
except Exception:
100100
download.info.sidecar = {}
101101

0 commit comments

Comments
 (0)