Fix typo in current emission artist for radiofrance

This commit is contained in:
Laurent Bachelier 2012-02-03 13:58:04 +01:00
commit 1a32711fa6

View file

@ -167,7 +167,7 @@ class RadioFranceBackend(BaseBackend, ICapRadio, ICapCollection):
if not radio.current or radio.current is NotLoaded: if not radio.current or radio.current is NotLoaded:
radio.current = Emission(0) radio.current = Emission(0)
radio.current.title = title radio.current.title = title
radio.current.arist = artist radio.current.artist = artist
return radio return radio
OBJECTS = {Radio: fill_radio} OBJECTS = {Radio: fill_radio}