mirror of
https://github.com/stashapp/stash.git
synced 2025-12-16 05:13:46 +01:00
Allow movies scraped from the scene scraper dialog to include the director field (#4757)
This commit is contained in:
parent
ec6acab2f4
commit
157b2e7bae
1 changed files with 1 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue