Fix typo in current emission artist for radiofrance
This commit is contained in:
parent
7ca156116e
commit
1a32711fa6
1 changed files with 1 additions and 1 deletions
|
|
@ -167,7 +167,7 @@ class RadioFranceBackend(BaseBackend, ICapRadio, ICapCollection):
|
|||
if not radio.current or radio.current is NotLoaded:
|
||||
radio.current = Emission(0)
|
||||
radio.current.title = title
|
||||
radio.current.arist = artist
|
||||
radio.current.artist = artist
|
||||
return radio
|
||||
|
||||
OBJECTS = {Radio: fill_radio}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue