mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 04:44:37 +03:00
Feature: Add Various Scraper Fields (#6249)
* Support aliases in stashbox studio query --------- Co-authored-by: WithoutPants <53250216+WithoutPants@users.noreply.github.com>
This commit is contained in:
@@ -7,9 +7,19 @@ fragment ScrapedStudioData on ScrapedStudio {
|
||||
name
|
||||
urls
|
||||
image
|
||||
details
|
||||
aliases
|
||||
tags {
|
||||
...ScrapedSceneTagData
|
||||
}
|
||||
remote_site_id
|
||||
}
|
||||
image
|
||||
details
|
||||
aliases
|
||||
tags {
|
||||
...ScrapedSceneTagData
|
||||
}
|
||||
remote_site_id
|
||||
}
|
||||
|
||||
@@ -129,9 +139,19 @@ fragment ScrapedSceneStudioData on ScrapedStudio {
|
||||
name
|
||||
urls
|
||||
image
|
||||
details
|
||||
aliases
|
||||
tags {
|
||||
...ScrapedSceneTagData
|
||||
}
|
||||
remote_site_id
|
||||
}
|
||||
image
|
||||
details
|
||||
aliases
|
||||
tags {
|
||||
...ScrapedSceneTagData
|
||||
}
|
||||
remote_site_id
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user