diff --git a/ui/v2.5/src/components/Tagger/StashSearchResult.tsx b/ui/v2.5/src/components/Tagger/StashSearchResult.tsx index afffd934c..7b1cb3185 100755 --- a/ui/v2.5/src/components/Tagger/StashSearchResult.tsx +++ b/ui/v2.5/src/components/Tagger/StashSearchResult.tsx @@ -285,6 +285,10 @@ const StashSearchResult: React.FC = ({ url: scene.url, tag_ids: updatedTags, rating: stashScene.rating, + movies: stashScene.movies.map((m) => ({ + movie_id: m.movie.id, + scene_index: m.scene_index, + })), stash_ids: [ ...(stashScene?.stash_ids ?? []), {