From 208c086dc0e360479be41e04e934d1efd4fd5596 Mon Sep 17 00:00:00 2001 From: Scruffy Nerf Date: Mon, 1 Jan 2024 17:58:00 -0500 Subject: [PATCH] kudos to @maista6969 for solving this better than I did... --- plugins/stats/stats.js | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/plugins/stats/stats.js b/plugins/stats/stats.js index 05554933..65f30d53 100644 --- a/plugins/stats/stats.js +++ b/plugins/stats/stats.js @@ -20,7 +20,6 @@ "variables": { "scene_filter": { "stash_id_endpoint": { - "stash_id": "", "modifier": "NOT_NULL" } } @@ -44,8 +43,7 @@ const reqData = { "variables": { "performer_filter": { - "stash_id": { - "value": "", + "stash_id_endpoint": { "modifier": "NOT_NULL" } } @@ -69,8 +67,7 @@ const reqData = { "variables": { "studio_filter": { - "stash_id": { - "value": "", + "stash_id_endpoint": { "modifier": "NOT_NULL" } }