mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 21:04:37 +03:00
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:
@@ -110,6 +110,12 @@ fragment ScrapedSceneMovieData on ScrapedMovie {
|
||||
director
|
||||
url
|
||||
synopsis
|
||||
front_image
|
||||
back_image
|
||||
|
||||
studio {
|
||||
...ScrapedMovieStudioData
|
||||
}
|
||||
}
|
||||
|
||||
fragment ScrapedSceneStudioData on ScrapedStudio {
|
||||
|
||||
Reference in New Issue
Block a user