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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -110,6 +110,12 @@ fragment ScrapedSceneMovieData on ScrapedMovie {
director
url
synopsis
front_image
back_image
studio {
...ScrapedMovieStudioData
}
}
fragment ScrapedSceneStudioData on ScrapedStudio {