1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-03-31 18:36:15 -04:00

Processed comments.

This commit is contained in:
Taloth Saldono
2014-05-26 08:31:00 +02:00
parent ab154d924e
commit c6e33bc463
2 changed files with 5 additions and 4 deletions

View File

@@ -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));