mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-03-26 18:13:32 -04:00
fixed dirty detection sensitive to instance order
This commit is contained in:
@@ -242,7 +242,7 @@ export class SeekerComponent implements OnInit, HasPendingChanges {
|
||||
useCutoff: this.useCutoff(),
|
||||
useCustomFormatScore: this.useCustomFormatScore(),
|
||||
useRoundRobin: this.useRoundRobin(),
|
||||
instances: this.instances(),
|
||||
instances: [...this.instances()].sort((a, b) => a.arrInstanceId.localeCompare(b.arrInstanceId)),
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user