mirror of
https://github.com/Sonarr/Sonarr.git
synced 2024-10-30 07:22:35 +01:00
Removed extraneous code form QueueStatusCell
This commit is contained in:
parent
ab05aabcd8
commit
9c6578c5de
@ -26,10 +26,6 @@ define(
|
|||||||
title = 'Queued';
|
title = 'Queued';
|
||||||
}
|
}
|
||||||
|
|
||||||
var timeleft = this.cellValue.get('timeleft');
|
|
||||||
var size = this.cellValue.get('size');
|
|
||||||
var sizeleft = this.cellValue.get('sizeleft');
|
|
||||||
|
|
||||||
this.$el.html('<i class="{0}" title="{1}"></i>'.format(icon, title));
|
this.$el.html('<i class="{0}" title="{1}"></i>'.format(icon, title));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user