fix typo
This commit is contained in:
parent
ca658e3946
commit
99750e8bc7
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ class lemouvBackend(BaseBackend, ICapRadio):
|
||||||
radio = Radio(radio)
|
radio = Radio(radio)
|
||||||
|
|
||||||
if not radio.id in self._RADIOS:
|
if not radio.id in self._RADIOS:
|
||||||
return none
|
return None
|
||||||
|
|
||||||
title, description, url = self._RADIOS[radio.id]
|
title, description, url = self._RADIOS[radio.id]
|
||||||
radio.title = title
|
radio.title = title
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue