mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-19 12:59:42 -07:00
Fix progress time for live tv
This commit is contained in:
parent
095d893005
commit
2732dbf1b1
1 changed files with 1 additions and 1 deletions
|
@ -312,7 +312,7 @@ DOCUMENTATION :: END
|
||||||
</div>
|
</div>
|
||||||
% if data['media_type'] != 'photo':
|
% if data['media_type'] != 'photo':
|
||||||
<div class="dashboard-activity-info-time">
|
<div class="dashboard-activity-info-time">
|
||||||
% if data['live']:
|
% if data['live'] == 1:
|
||||||
Live
|
Live
|
||||||
% elif data['view_offset']:
|
% elif data['view_offset']:
|
||||||
ETA:
|
ETA:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue