mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-22 06:13:25 -07:00
Merge 1deef5c09e
into 8792aa6c70
This commit is contained in:
commit
ded8628f77
2 changed files with 5 additions and 1 deletions
|
@ -839,6 +839,9 @@ available_notification_agents = notifiers.available_notification_agents()
|
||||||
<td>The name of the device being used for playback.</td>
|
<td>The name of the device being used for playback.</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
<td width="150"><strong>{ip_address}</strong></td>
|
||||||
|
<td>The IP address of the device being used for playback.</td>
|
||||||
|
</tr> <tr>
|
||||||
<td width="150"><strong>{platform}</strong></td>
|
<td width="150"><strong>{platform}</strong></td>
|
||||||
<td>The type of client being used for playback.</td>
|
<td>The type of client being used for playback.</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
|
@ -316,6 +316,7 @@ def build_notify_text(session, state):
|
||||||
available_params = {'server_name': server_name,
|
available_params = {'server_name': server_name,
|
||||||
'user': session['friendly_name'],
|
'user': session['friendly_name'],
|
||||||
'player': session['player'],
|
'player': session['player'],
|
||||||
|
'ip_address': session['ip_address'],
|
||||||
'title': full_title,
|
'title': full_title,
|
||||||
'show_name': item_metadata['grandparent_title'],
|
'show_name': item_metadata['grandparent_title'],
|
||||||
'episode_name': item_metadata['title'],
|
'episode_name': item_metadata['title'],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue