Revert "cc-4232: changed bit formatter to give empty string when bitrate is set to 0"
This reverts commit 4e25a5ff442258c13f366a4557ca22181cdfac02.
This commit is contained in:
parent
7fe45a5bbc
commit
a2dfcd6bc2
4 changed files with 7 additions and 16 deletions
|
@ -19,10 +19,6 @@ class BitrateFormatter {
|
|||
{
|
||||
$Kbps = bcdiv($this->_bitrate, 1000, 0);
|
||||
|
||||
if($Kbps == 0) {
|
||||
return "";
|
||||
} else {
|
||||
return "{$Kbps} Kbps";
|
||||
}
|
||||
return "{$Kbps} Kbps";
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue