mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 04:44: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) => {
|
.filter((s, index, a) => {
|
||||||
// remove entries with duplicate endpoints
|
// remove entries with duplicate endpoints
|
||||||
return index === a.findIndex((ss) => ss.endpoint === s.endpoint);
|
return index === a.findIndex((ss) => ss.endpoint === s.endpoint);
|
||||||
}),
|
})
|
||||||
!dest.stash_ids.length
|
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user