Skip to content

Commit

Permalink
Fix: StashDbClient reads more data about the performers
Browse files Browse the repository at this point in the history
Fragment for GraphQL query was too simple previously.
  • Loading branch information
MinasukiHikimuna committed Oct 20, 2024
1 parent 337d42c commit 44db6b9
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/CompleteTheStash/CompleteTheStash.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: CompleteTheStash
description: Finds missing scenes for selected performers and creates missing scene metadata to another missing Stash instance. You can use either StashDB or TPDB or both as a source for missing scenes.
version: 0.6.0
version: 0.6.1
url: https://github.com/MinasukiHikimuna/MidnightRider-Stash/
exec:
- python
Expand Down
13 changes: 13 additions & 0 deletions plugins/CompleteTheStash/StashDbClient.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,19 @@ def query_scenes(self, performer_stash_id):
performer {
id
name
gender
aliases
birth_date
breast_type
cup_size
ethnicity
country
hair_color
eye_color
images {
id
url
}
}
}
duration
Expand Down

0 comments on commit 44db6b9

Please sign in to comment.