mirror of https://github.com/stashapp/stash.git
Allow scene scrapers to return full movie data (#4147)
Movies scraped from the scene scrape dialog can now create full movies just like the movie scrape dialog albeit without the helpful preview
This commit is contained in:
parent
bba60cc45b
commit
a369e395e7
|
@ -110,6 +110,12 @@ fragment ScrapedSceneMovieData on ScrapedMovie {
|
||||||
director
|
director
|
||||||
url
|
url
|
||||||
synopsis
|
synopsis
|
||||||
|
front_image
|
||||||
|
back_image
|
||||||
|
|
||||||
|
studio {
|
||||||
|
...ScrapedMovieStudioData
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
fragment ScrapedSceneStudioData on ScrapedStudio {
|
fragment ScrapedSceneStudioData on ScrapedStudio {
|
||||||
|
|
Loading…
Reference in New Issue