1
0
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:
Leonardo Galli
2017-01-12 23:07:09 +01:00
parent 0b70a5c315
commit 5a8d944397
5 changed files with 106 additions and 2 deletions
+4
View File
@@ -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;
}
});