mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-08 06:00:51 -07:00
Merge branch 'nightly' into python3
This commit is contained in:
commit
c1a7b3753c
3 changed files with 3 additions and 3 deletions
|
@ -1047,7 +1047,7 @@ def build_datatables_json(kwargs, dt_columns, default_sort_col=None):
|
|||
return json.dumps(json_data)
|
||||
|
||||
|
||||
def humanFileSize(bytes, si=False):
|
||||
def humanFileSize(bytes, si=True):
|
||||
if str(bytes).isdigit():
|
||||
bytes = cast_to_float(bytes)
|
||||
else:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue