mirror of
https://github.com/Radarr/Radarr.git
synced 2026-03-31 18:36:15 -04:00
Processed comments.
This commit is contained in:
@@ -20,7 +20,8 @@ define(
|
||||
|
||||
if (timeleft === undefined) {
|
||||
this.$el.html("-");
|
||||
} else {
|
||||
}
|
||||
else {
|
||||
this.$el.html(timeleft);
|
||||
}
|
||||
this.$el.attr('title', '{0} / {1}'.format(remainingSize, totalSize));
|
||||
|
||||
Reference in New Issue
Block a user