Report the correct bitrate
This commit is contained in:
parent
e0e8149bc8
commit
3c20c95891
1 changed files with 1 additions and 1 deletions
|
|
@ -166,7 +166,7 @@ class RadioFranceBackend(BaseBackend, ICapRadio, ICapCollection):
|
|||
self.fillobj(radio, ('current', ))
|
||||
|
||||
stream = Stream(0)
|
||||
stream.title = u'128kbits/s'
|
||||
stream.title = u'128kbits/s' if hd else u'32kbits/s'
|
||||
stream.url = url
|
||||
radio.streams = [stream]
|
||||
return radio
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue