mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-17 21:25:39 -04:00
Fixed: Editing provider/profile settings appearing to affect wrong item
This commit is contained in:
@@ -12,7 +12,7 @@ function createMapStateToProps() {
|
||||
createAllArtistSelector(),
|
||||
(items) => {
|
||||
return {
|
||||
items: items.sort((a, b) => {
|
||||
items: [...items].sort((a, b) => {
|
||||
if (a.sortName < b.sortName) {
|
||||
return -1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user