Fixed bitrate handler
This commit is contained in:
parent
8838b65b30
commit
b16ccd59f7
1 changed files with 1 additions and 1 deletions
|
@ -181,7 +181,7 @@
|
|||
[elements addObject:[extension uppercaseString]];
|
||||
if (hasBitrate) {
|
||||
[elements addObject:@"@"];
|
||||
[elements addObject:[NSString stringWithFormat:@"%u", self.bitrate / 1000]];
|
||||
[elements addObject:[NSString stringWithFormat:@"%u", self.bitrate]];
|
||||
[elements addObject:@"kbps"];
|
||||
}
|
||||
[elements addObject:@"] "];
|
||||
|
|
Loading…
Reference in a new issue