mirror of
https://github.com/stashapp/stash.git
synced 2025-12-07 17:02:38 +01:00
Use the merged stash IDs by default (#6152)
This commit is contained in:
parent
cee68ab87b
commit
97ca5a28d3
1 changed files with 1 additions and 2 deletions
|
|
@ -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
|
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue