mirror of
https://github.com/Radarr/Radarr
synced 2025-12-15 04:45:37 +01:00
parent
588c8fb074
commit
10bb8fa263
1 changed files with 2 additions and 2 deletions
|
|
@ -7,10 +7,10 @@ function formatBytes(input) {
|
|||
return '';
|
||||
}
|
||||
|
||||
return filesize(size, {
|
||||
return `${filesize(size, {
|
||||
base: 2,
|
||||
round: 1
|
||||
}).toString();
|
||||
})}`;
|
||||
}
|
||||
|
||||
export default formatBytes;
|
||||
|
|
|
|||
Loading…
Reference in a new issue