Remove duplicate information
Show hosts are sometimes set as the artist.
This commit is contained in:
parent
184cabf345
commit
8080a71751
1 changed files with 2 additions and 0 deletions
|
|
@ -153,6 +153,8 @@ class RadioFranceBackend(BaseBackend, ICapRadio, ICapCollection, ICapVideo):
|
|||
title = None
|
||||
if radio.id in self._PLAYERJS_RADIOS:
|
||||
artist, title = self.browser.get_current_playerjs(radio.id)
|
||||
if title.endswith(u'par %s' % artist):
|
||||
artist = None
|
||||
if radio.id in self._DIRECTJSON_RADIOS:
|
||||
dartist, dtitle = self.browser.get_current_direct(radio.id)
|
||||
if dartist:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue