mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 21:04:37 +03:00
Prevent movie link from being wiped when tagging scene (#933)
This commit is contained in:
@@ -285,6 +285,10 @@ const StashSearchResult: React.FC<IStashSearchResultProps> = ({
|
|||||||
url: scene.url,
|
url: scene.url,
|
||||||
tag_ids: updatedTags,
|
tag_ids: updatedTags,
|
||||||
rating: stashScene.rating,
|
rating: stashScene.rating,
|
||||||
|
movies: stashScene.movies.map((m) => ({
|
||||||
|
movie_id: m.movie.id,
|
||||||
|
scene_index: m.scene_index,
|
||||||
|
})),
|
||||||
stash_ids: [
|
stash_ids: [
|
||||||
...(stashScene?.stash_ids ?? []),
|
...(stashScene?.stash_ids ?? []),
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user