Disable Recently Added Notification button on info page for Live TV

This commit is contained in:
JonnyWong16 2020-02-16 19:05:41 -08:00
commit c0d7c5ddff

View file

@ -474,6 +474,7 @@ DOCUMENTATION :: END
</span> </span>
</div> </div>
% endif % endif
% if not data['live']:
<div class="btn-group"> <div class="btn-group">
<button class="btn btn-dark" data-toggle="modal" aria-pressed="false" autocomplete="off" id="send-recently-added-notification" <button class="btn btn-dark" data-toggle="modal" aria-pressed="false" autocomplete="off" id="send-recently-added-notification"
data-id="${data['rating_key']}"> data-id="${data['rating_key']}">
@ -481,6 +482,7 @@ DOCUMENTATION :: END
</button> </button>
</div> </div>
% endif % endif
% endif
<div class="btn-group"> <div class="btn-group">
<button class="btn btn-dark refresh-history-button" id="refresh-history-list"><i class="fa fa-refresh"></i> Refresh history</button> <button class="btn btn-dark refresh-history-button" id="refresh-history-list"><i class="fa fa-refresh"></i> Refresh history</button>
</div> </div>