1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-21 22:05:38 -04:00

New: Show Custom Format score in Manual Import

This commit is contained in:
jack-mil
2023-07-17 23:46:36 -04:00
committed by GitHub
parent 5e19478266
commit 972e140899
3 changed files with 16 additions and 3 deletions
@@ -47,6 +47,10 @@ export const defaultState = {
quality: function(item, direction) {
return item.qualityWeight || 0;
},
customFormats: function(item, direction) {
return item.customFormatScore;
}
}
};