mirror of
https://github.com/codex-storage/deluge.git
synced 2025-02-03 23:23:27 +00:00
fix #134, pretty eta
This commit is contained in:
parent
7f8fca451d
commit
5f4d5efa17
@ -174,7 +174,7 @@ def deluge_int(val):
|
||||
def ftime(val):
|
||||
if val <= 0:
|
||||
return _("∞")
|
||||
return val
|
||||
return common.ftime(val)
|
||||
|
||||
template.Template.globals.update({
|
||||
'sort_head': template_sort_head,
|
||||
|
Loading…
x
Reference in New Issue
Block a user