Fix history table modal header for Live TV

This commit is contained in:
JonnyWong16 2020-02-22 17:20:29 -08:00
commit 17477455cb

View file

@ -6,7 +6,7 @@
<h4 class="modal-title" id="myModalLabel"> <h4 class="modal-title" id="myModalLabel">
<strong><span id="modal_header_ip_address"> <strong><span id="modal_header_ip_address">
% if data.get('media_type'): % if data.get('media_type'):
<% h = {'episode': 'TV Show', 'track': 'Music'} %> <% h = {'episode': 'TV Show', 'track': 'Music', 'live': 'Live TV'} %>
<i class="fa fa-history"></i> ${h.get(data['media_type'], data['media_type'].title())} History for <span id="date-header">${data['start_date']}</span> <i class="fa fa-history"></i> ${h.get(data['media_type'], data['media_type'].title())} History for <span id="date-header">${data['start_date']}</span>
% elif data.get('transcode_decision'): % elif data.get('transcode_decision'):
<% h = {'copy': 'Direct Stream'} %> <% h = {'copy': 'Direct Stream'} %>