New Commit

This commit is contained in:
mrcanelas
2021-09-10 13:45:59 -03:00
committed by TheBeastLT
parent ae9baeb2dd
commit 0ccb65391a
19 changed files with 1905 additions and 1 deletions

View File

@@ -100,6 +100,9 @@ function joinDetailParts(parts, prefix = '', delimiter = ' ') {
}
function formatSize(size) {
if (!size) {
return undefined;
}
if (size === UNKNOWN_SIZE) {
return undefined;
}