mirror of
https://github.com/Sonarr/Sonarr.git
synced 2024-10-29 23:12:39 +01:00
Fixed: Editing Quality Profiles
This commit is contained in:
parent
f59c0b16ca
commit
80ca1a6ac2
@ -21,7 +21,7 @@ function calcOrder(profileFormatItems) {
|
||||
return b.score - a.score;
|
||||
}
|
||||
|
||||
return a.localeCompare(b.name, undefined, { numeric: true });
|
||||
return a.name.localeCompare(b.name, undefined, { numeric: true });
|
||||
}).map((x) => items[x.format]);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user