mirror of
https://github.com/stashapp/stash.git
synced 2025-12-16 20:07:05 +03:00
Allow movies scraped from the scene scraper dialog to include the director field (#4757)
This commit is contained in:
@@ -10,6 +10,7 @@ export const scrapedMovieToCreateInput = (toCreate: GQL.ScrapedMovie) => {
|
||||
back_image: toCreate.back_image,
|
||||
synopsis: toCreate.synopsis,
|
||||
date: toCreate.date,
|
||||
director: toCreate.director,
|
||||
// #788 - convert duration and rating to the correct type
|
||||
duration: TextUtils.timestampToSeconds(toCreate.duration),
|
||||
studio_id: toCreate.studio?.stored_id,
|
||||
|
||||
Reference in New Issue
Block a user