Skip to content

Commit

Permalink
Allow movies scraped from the scene scraper dialog to include the dir…
Browse files Browse the repository at this point in the history
…ector field (#4757)
  • Loading branch information
Maista6969 authored Apr 17, 2024
1 parent ec6acab commit 157b2e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/v2.5/src/core/movies.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 157b2e7

Please sign in to comment.