From c5d8b20528960462fb2bf2002b7a442750070a7c Mon Sep 17 00:00:00 2001 From: schroda <50052685+schroda@users.noreply.github.com> Date: Mon, 13 May 2024 01:36:27 +0200 Subject: [PATCH] Always allow clearing download queue It's possible that the queue only contains a failed invalid (does not exist anymore in the database) chapter which then causes graphql errors. In this case the queue was considered empty which prevented it from getting cleared. Without being able to clear it, the error could not be fixed. --- src/screens/DownloadQueue.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/screens/DownloadQueue.tsx b/src/screens/DownloadQueue.tsx index d05bb6b2..bb3ed6c5 100644 --- a/src/screens/DownloadQueue.tsx +++ b/src/screens/DownloadQueue.tsx @@ -138,7 +138,7 @@ export const DownloadQueue: React.FC = () => { setAction( <> - +