mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-15 01:23:53 -07:00
New: The History->Queue UI now show some elementary error information for failed imports.
This commit is contained in:
parent
981ffb09fc
commit
47089d360d
16 changed files with 167 additions and 49 deletions
|
@ -22,9 +22,8 @@ define(
|
|||
this.$el.html("-");
|
||||
}
|
||||
else {
|
||||
this.$el.html(timeleft);
|
||||
this.$el.html('<span title="{1} / {2}">{0}</span>'.format(timeleft, remainingSize, totalSize));
|
||||
}
|
||||
this.$el.attr('title', '{0} / {1}'.format(remainingSize, totalSize));
|
||||
}
|
||||
|
||||
return this;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue