diff --git a/.vscode/settings.json b/.vscode/settings.json index 6dd830fe..d05959ce 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -84,6 +84,7 @@ "gibibytes", "gitea", "gitpython", + "googledrive", "gpac", "hiddenimports", "hookspath", diff --git a/app/routes/socket/connection.py b/app/routes/socket/connection.py index d7a51c61..d16a5e95 100644 --- a/app/routes/socket/connection.py +++ b/app/routes/socket/connection.py @@ -45,7 +45,7 @@ async def connect(config: Config, queue: DownloadQueue, notify: EventBus, sid: s depth_limit=config.download_path_depth - 1, ), "history_count": queue.done.get_total_count(), - **queue.get()["queue"], + "queue": queue.get()["queue"], }, title="Sending initial download data", message=f"Sending initial download data to client '{sid}'.", diff --git a/ui/app/components/History.vue b/ui/app/components/History.vue index 0831f571..0cc0c0fa 100644 --- a/ui/app/components/History.vue +++ b/ui/app/components/History.vue @@ -1,493 +1,466 @@ +