1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-20 21:55:03 -04:00

New: Show Custom Format score in Manual Import

(cherry picked from commit 972e1408993fc4656196087c6646f23d222e41f5)

Closes #8839
This commit is contained in:
jack-mil
2023-07-17 23:46:36 -04:00
committed by Bogdan
parent ffde07e4d6
commit 36338310df
7 changed files with 26 additions and 4 deletions
@@ -47,6 +47,10 @@ export const defaultState = {
quality: function(item, direction) {
return item.qualityWeight || 0;
},
customFormats: function(item, direction) {
return item.customFormatScore;
}
}
};