mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 20:34:37 +03:00
Use the merged stash IDs by default (#6152)
This commit is contained in:
@@ -305,8 +305,7 @@ const SceneMergeDetails: React.FC<ISceneMergeDetailsProps> = ({
|
||||
.filter((s, index, a) => {
|
||||
// remove entries with duplicate endpoints
|
||||
return index === a.findIndex((ss) => ss.endpoint === s.endpoint);
|
||||
}),
|
||||
!dest.stash_ids.length
|
||||
})
|
||||
)
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user