Skip to content

Commit

Permalink
fix stats plugin showing unmatched rather than matched stashids
Browse files Browse the repository at this point in the history
  • Loading branch information
7dJx1qP committed Feb 19, 2024
1 parent 1fdedf2 commit 915773a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions plugins/stashStats/stashStats.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"stash_id_endpoint": {
"endpoint": "",
"stash_id": "",
"modifier": "IS_NULL"
"modifier": "NOT_NULL"
}
}
},
Expand All @@ -61,7 +61,7 @@
"stash_id_endpoint": {
"endpoint": "",
"stash_id": "",
"modifier": "IS_NULL"
"modifier": "NOT_NULL"
}
}
},
Expand All @@ -87,7 +87,7 @@
"stash_id_endpoint": {
"endpoint": "",
"stash_id": "",
"modifier": "IS_NULL"
"modifier": "NOT_NULL"
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion plugins/stashStats/stashStats.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Stash Stats
# requires: stashUserscriptLibrary7dJx1qP
description: Add stats to stats page
version: 0.4.1
version: 0.4.2
url: https://github.com/7dJx1qP/stash-plugins#stash-stats
ui:
requires:
Expand Down

0 comments on commit 915773a

Please sign in to comment.