mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 21:04:37 +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,
|
back_image: toCreate.back_image,
|
||||||
synopsis: toCreate.synopsis,
|
synopsis: toCreate.synopsis,
|
||||||
date: toCreate.date,
|
date: toCreate.date,
|
||||||
|
director: toCreate.director,
|
||||||
// #788 - convert duration and rating to the correct type
|
// #788 - convert duration and rating to the correct type
|
||||||
duration: TextUtils.timestampToSeconds(toCreate.duration),
|
duration: TextUtils.timestampToSeconds(toCreate.duration),
|
||||||
studio_id: toCreate.studio?.stored_id,
|
studio_id: toCreate.studio?.stored_id,
|
||||||
|
|||||||
Reference in New Issue
Block a user