[tunein] Use live title for live streams (closes #16347)
This commit is contained in:
		
							parent
							
								
									c18142da6e
								
							
						
					
					
						commit
						a93ce61bd5
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -62,7 +62,7 @@ class TuneInBaseIE(InfoExtractor):
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        return {
 | 
					        return {
 | 
				
			||||||
            'id': content_id,
 | 
					            'id': content_id,
 | 
				
			||||||
            'title': title,
 | 
					            'title': self._live_title(title) if is_live else title,
 | 
				
			||||||
            'formats': formats,
 | 
					            'formats': formats,
 | 
				
			||||||
            'thumbnail': thumbnail,
 | 
					            'thumbnail': thumbnail,
 | 
				
			||||||
            'location': location,
 | 
					            'location': location,
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue