mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-03-05 13:20:20 -05:00
@@ -7,8 +7,9 @@ function formatBitrate(input: string | number) {
|
||||
return '';
|
||||
}
|
||||
|
||||
const { value, symbol } = filesize(size, {
|
||||
const { value, symbol } = filesize(size / 8, {
|
||||
base: 10,
|
||||
bits: true,
|
||||
round: 1,
|
||||
output: 'object',
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user