mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-12 08:16:06 -07:00
Add {machine_id} to notification options
This commit is contained in:
parent
e2120393a2
commit
db543b8912
2 changed files with 5 additions and 0 deletions
|
@ -1242,6 +1242,10 @@ available_notification_agents = sorted(notifiers.available_notification_agents()
|
|||
<td><strong>{user_id}</strong></td>
|
||||
<td>The unique identifier for the user.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>{machine_id}</strong></td>
|
||||
<td>The unique identifier for the player.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<table class="notification-params">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue