From a369e395e71fd6ce0ab9650f3a74b34e39127ddd Mon Sep 17 00:00:00 2001 From: Maista <131594657+Maista6969@users.noreply.github.com> Date: Mon, 25 Sep 2023 04:25:24 +0200 Subject: [PATCH] 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 --- graphql/documents/data/scrapers.graphql | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/graphql/documents/data/scrapers.graphql b/graphql/documents/data/scrapers.graphql index 6e9ba2149..502a9ac40 100644 --- a/graphql/documents/data/scrapers.graphql +++ b/graphql/documents/data/scrapers.graphql @@ -110,6 +110,12 @@ fragment ScrapedSceneMovieData on ScrapedMovie { director url synopsis + front_image + back_image + + studio { + ...ScrapedMovieStudioData + } } fragment ScrapedSceneStudioData on ScrapedStudio {