mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-17 21:26:13 -04:00
Compare commits
1 Commits
v4.0.8.189
...
v4.0.8.190
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
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]);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user