add missing ip address in tautulli
This commit is contained in:
parent
436a682360
commit
9508c3c3f7
1 changed files with 1 additions and 0 deletions
|
@ -129,6 +129,7 @@ class TautulliAPI(object):
|
||||||
"tags": {
|
"tags": {
|
||||||
"type": "Session",
|
"type": "Session",
|
||||||
"session_id": session.session_id,
|
"session_id": session.session_id,
|
||||||
|
"ip_address": session.ip_address,
|
||||||
"friendly_name": session.friendly_name,
|
"friendly_name": session.friendly_name,
|
||||||
"username": session.username,
|
"username": session.username,
|
||||||
"title": session.full_title,
|
"title": session.full_title,
|
||||||
|
|
Loading…
Reference in a new issue