mirror of
https://github.com/Radarr/Radarr
synced 2026-05-09 11:10:23 +02:00
parent
5ec7e86488
commit
c0790060fb
1 changed files with 12 additions and 0 deletions
|
|
@ -234,6 +234,18 @@ export const sortPredicates = {
|
||||||
}
|
}
|
||||||
|
|
||||||
return padNumber(result.toString(), 2) + qualityName;
|
return padNumber(result.toString(), 2) + qualityName;
|
||||||
|
},
|
||||||
|
|
||||||
|
inCinemas: function(item) {
|
||||||
|
return item.inCinemas || '';
|
||||||
|
},
|
||||||
|
|
||||||
|
physicalRelease: function(item) {
|
||||||
|
return item.physicalRelease || '';
|
||||||
|
},
|
||||||
|
|
||||||
|
digitalRelease: function(item) {
|
||||||
|
return item.digitalRelease || '';
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue