mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-15 01:23:53 -07:00
Processed comments.
This commit is contained in:
parent
ab154d924e
commit
c6e33bc463
2 changed files with 5 additions and 4 deletions
|
@ -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));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue