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:
Maista
2023-09-25 04:25:24 +02:00
committed by GitHub
parent bba60cc45b
commit a369e395e7

View File

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