mirror of
https://github.com/9001/copyparty.git
synced 2025-10-10 02:22:21 -06:00
Update util.js
Signed-off-by: ed <s@ocv.me>
This commit is contained in:
parent
c0a4fec401
commit
4419e5e4ed
|
@ -1040,10 +1040,8 @@ function humansize_fuzzy(b) {
|
||||||
if (b <= 1300000000) return "GD-ROM";
|
if (b <= 1300000000) return "GD-ROM";
|
||||||
if (b <= 4700000000) return "DVD";
|
if (b <= 4700000000) return "DVD";
|
||||||
if (b <= 9400000000) return "DVD-DL";
|
if (b <= 9400000000) return "DVD-DL";
|
||||||
if (b <= 25000000000) return "BD";
|
if (b <= 25025000000) return "BluRei";
|
||||||
if (b <= 50000000000) return "BD-DL";
|
if (b <= 50050000000) return "BD-DL";
|
||||||
if (b <= 100000000000) return "BDXL-TL";
|
|
||||||
if (b <= 128000000000) return "BDXL-QL";
|
|
||||||
return "LTO";
|
return "LTO";
|
||||||
}
|
}
|
||||||
var humansize_fmts = ['0', '1', '2', '2c', '3', '3c', '4', '4c', '5', '5c', 'fuzzy'];
|
var humansize_fmts = ['0', '1', '2', '2c', '3', '3c', '4', '4c', '5', '5c', 'fuzzy'];
|
||||||
|
|
Loading…
Reference in a new issue