mirror of https://github.com/stashapp/stash.git
Typo (#3360)
This commit is contained in:
parent
f5ff1139b0
commit
71a751d997
|
@ -96,7 +96,7 @@ type Query {
|
|||
|
||||
"""Scrapes a complete performer record based on a URL"""
|
||||
scrapePerformerURL(url: String!): ScrapedPerformer
|
||||
"""Scrapes a complete performer record based on a URL"""
|
||||
"""Scrapes a complete scene record based on a URL"""
|
||||
scrapeSceneURL(url: String!): ScrapedScene
|
||||
"""Scrapes a complete gallery record based on a URL"""
|
||||
scrapeGalleryURL(url: String!): ScrapedGallery
|
||||
|
|
Loading…
Reference in New Issue