[tunein] Use live title for live streams (closes #16347)
parent
c18142da6e
commit
a93ce61bd5
|
@ -62,7 +62,7 @@ class TuneInBaseIE(InfoExtractor):
|
|||
|
||||
return {
|
||||
'id': content_id,
|
||||
'title': title,
|
||||
'title': self._live_title(title) if is_live else title,
|
||||
'formats': formats,
|
||||
'thumbnail': thumbnail,
|
||||
'location': location,
|
||||
|
|
Loading…
Reference in New Issue