mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-05 02:22:31 +01:00
Removed extraneous code form QueueStatusCell
This commit is contained in:
parent
ab05aabcd8
commit
9c6578c5de
@ -26,10 +26,6 @@ define(
|
||||
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));
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user