mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-22 22:15:17 -04:00
Fixed sorting in movie list view. Also added new downloaded quality column.
Fixes #128
This commit is contained in:
@@ -3,4 +3,8 @@ var TemplatedCell = require('./TemplatedCell');
|
||||
module.exports = TemplatedCell.extend({
|
||||
className : 'movie-title-cell',
|
||||
template : 'Cells/MovieDownloadStatusTemplate',
|
||||
sortKey : function(model) {
|
||||
debugger;
|
||||
return 0;
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user