mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-14 02:26:58 -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>
|
||||
% if data['media_type'] != 'photo':
|
||||
<div class="dashboard-activity-info-time">
|
||||
% if data['live']:
|
||||
% if data['live'] == 1:
|
||||
Live
|
||||
% elif data['view_offset']:
|
||||
ETA:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue