Update settings page to show available stream_duration

This commit is contained in:
Jonathan Wong 2015-08-21 03:07:18 -07:00
commit 3cbf05d54a

View file

@ -842,6 +842,10 @@ available_notification_agents = notifiers.available_notification_agents()
<td width="150"><strong>{duration}</strong></td>
<td>The duration (in minutes) for the item.</td>
</tr>
<tr>
<td width="150"><strong>{stream_duration}</strong></td>
<td>The stream duration (in minutes) for the item.</td>
</tr>
<tr>
<td width="150"><strong>{progress}</strong></td>
<td>The last reported offset (in minutes) for the item.</td>