Fix missing title on info page for Live TV episodes

This commit is contained in:
JonnyWong16 2020-02-16 19:39:43 -08:00
parent e3e906c9e5
commit be29d879a7

View file

@ -198,7 +198,7 @@ DOCUMENTATION :: END
% if media_info['live']:
% if data['media_type'] == 'movie':
<h1>&nbsp;</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']: