mirror of
https://github.com/Radarr/Radarr
synced 2025-12-12 03:15:14 +01: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;
|
||||
},
|
||||
|
||||
inCinemas: function(item) {
|
||||
return item.inCinemas || '';
|
||||
},
|
||||
|
||||
physicalRelease: function(item) {
|
||||
return item.physicalRelease || '';
|
||||
},
|
||||
|
||||
digitalRelease: function(item) {
|
||||
return item.digitalRelease || '';
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue