Rename PlexPy to Tautulli

This commit is contained in:
JonnyWong16
2017-12-10 23:07:32 -08:00
parent 55bdde808b
commit 19f029cff0
50 changed files with 867 additions and 870 deletions

View File

@@ -22,10 +22,10 @@
<div class="modal-body" id="modal-text">
<div align="center">
% if message == "Shutting Down":
<h3><i class="fa fa-refresh fa-spin"></i> PlexPy is ${message}.</h3>
<h3><i class="fa fa-refresh fa-spin"></i> Tautulli is ${message}.</h3>
<br />
% else:
<h3><i class="fa fa-refresh fa-spin"></i> PlexPy is ${message}.</h3>
<h3><i class="fa fa-refresh fa-spin"></i> Tautulli is ${message}.</h3>
<br />
<h4>Restart in <span class="countdown"></span></h4>
% endif