mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 02:37:08 -07:00
Added some todos
This commit is contained in:
parent
a6a5277de8
commit
1f03888ff9
2 changed files with 6 additions and 1 deletions
|
@ -37,6 +37,11 @@
|
|||
else {
|
||||
$(cutoff).find('option[value="' + qualityId + '"]').remove();
|
||||
}
|
||||
|
||||
//Todo: auto-sort by weight (which is not the value)
|
||||
//$(cutoff).html($($(cutoff).children("option")).sort(function(a, b) {
|
||||
// return a.value == b.value ? 0 : a.value < b.value ? -1 : 1;
|
||||
//}));
|
||||
}
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue