Add server uptime

This commit is contained in:
Jonathan Wong 2015-11-17 19:31:13 -08:00
parent c3ea35806e
commit 4fffbf8a0c
5 changed files with 78 additions and 5 deletions

View file

@ -902,6 +902,10 @@ available_notification_agents = sorted(notifiers.available_notification_agents()
<td width="150"><strong>{server_name}</strong></td>
<td>The name of your Plex Server.</td>
</tr>
<tr>
<td width="150"><strong>{server_uptime}</strong></td>
<td>The uptime (in days, hours, mins, secs) of your Plex Server.</td>
</tr>
<tr>
<td width="150"><strong>{user}</strong></td>
<td>The username of the person streaming.</td>