Fix "Live TV" in activity card subtitle for episodic tv

This commit is contained in:
JonnyWong16 2020-02-16 20:43:48 -08:00
parent a7803dcad7
commit d48273ef98

View file

@ -466,8 +466,9 @@ DOCUMENTATION :: END
% if data['media_index']:
<a href="${href}" title="Season ${data['parent_media_index']}" class="sub-heading">S${data['parent_media_index']}</a>
&middot; <a href="${href}" title="Episode ${data['media_index']}" class="sub-heading">E${data['media_index']}</a>
% endif
% else:
<span title="Live TV" class="sub-heading">Live TV</span>
% endif
% else:
<span title="Live TV" class="sub-heading">Live TV</span>
% endif