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

Fixed sorting on Progress in Queue.

Fixes #882
This commit is contained in:
Taloth Saldono
2015-10-22 19:49:10 +02:00
parent f01a21ce43
commit c9a36fe4b2
2 changed files with 14 additions and 1 deletions
+1 -1
View File
@@ -61,7 +61,7 @@ module.exports = Marionette.Layout.extend({
cellValue : 'this'
},
{
name : 'episode',
name : 'sizeleft',
label : 'Progress',
cell : ProgressCell,
cellValue : 'this'