mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-16 02:02:58 -07:00
Add datestamp and timestamp notification options
This commit is contained in:
parent
cc857364f4
commit
651b57a93f
3 changed files with 94 additions and 2 deletions
|
@ -1104,6 +1104,14 @@ available_notification_agents = sorted(notifiers.available_notification_agents()
|
|||
<td><strong>{action}</strong></td>
|
||||
<td>The action that triggered the notification.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>{datestamp}</strong></td>
|
||||
<td>The date the notification was triggered.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>{timestamp}</strong></td>
|
||||
<td>The time the notification was triggered.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>{user}</strong></td>
|
||||
<td>The username of the person streaming.</td>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue