From 3373a993048f10e5958dec810fdc4ca9c55eebdd 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 ba85b6c63e0..7aa4b5309e0 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