mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
Fixed: Manual Import sorting by quality
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
This commit is contained in:
parent
04aebab774
commit
5bf4be3590
2 changed files with 2 additions and 1 deletions
|
@ -49,7 +49,7 @@ export const defaultState = {
|
|||
},
|
||||
|
||||
quality: function(item, direction) {
|
||||
return item.quality ? item.qualityWeight : 0;
|
||||
return item.qualityWeight || 0;
|
||||
}
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue