From 04a34af0d97e42c2dce58cd299c7d66f8c670aa4 Mon Sep 17 00:00:00 2001 From: Robonau <30987265+Robonau@users.noreply.github> Date: Sun, 10 Nov 2024 22:18:13 +0000 Subject: [PATCH] remove unnecessary fields from the category query --- src/widgets/suwayomi/proxy.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/widgets/suwayomi/proxy.js b/src/widgets/suwayomi/proxy.js index ba85b6c63..7aa4b5309 100644 --- a/src/widgets/suwayomi/proxy.js +++ b/src/widgets/suwayomi/proxy.js @@ -166,10 +166,9 @@ function makeBody(fieldsSet, category = "all") { query: ` query category($id: Int!) { category(id: $id) { - name + # name mangas { nodes { - title chapters { nodes { isRead