diff --git a/plexpy/helpers.py b/plexpy/helpers.py index ae47f5cd..d6710c75 100644 --- a/plexpy/helpers.py +++ b/plexpy/helpers.py @@ -1006,7 +1006,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 = int(bytes) else: