mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-31 03:50:11 -07:00
Fix missing title on info page for Live TV episodes
This commit is contained in:
parent
e3e906c9e5
commit
be29d879a7
1 changed files with 1 additions and 1 deletions
|
@ -198,7 +198,7 @@ DOCUMENTATION :: END
|
|||
% if media_info['live']:
|
||||
% if data['media_type'] == 'movie':
|
||||
<h1> </h1><h1>${data['title']}</h1>
|
||||
% elif data['media_type'] == 'eipsode':
|
||||
% elif data['media_type'] == 'episode':
|
||||
<h1>${data['grandparent_title']}</h1>
|
||||
<h2>${data['title']}</h2>
|
||||
% if data['media_index']:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue