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:
Gykes
2025-11-12 15:14:04 -08:00
committed by GitHub
parent b2c8f09585
commit a08d2e258a
9 changed files with 105 additions and 8 deletions

View File

@@ -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
}