Skip to content

Commit

Permalink
Add new "relayed" and "secure" to Tautulli data pushed to influx #114
Browse files Browse the repository at this point in the history
  • Loading branch information
samwiseg0 committed Mar 11, 2019
1 parent c7e0527 commit 64cc15c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions varken/tautulli.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,8 @@ def get_activity(self):
"longitude": longitude,
"player_state": player_state,
"device_type": session.platform,
"relayed": session.relayed,
"secure": session.secure,
"server": self.server.id
},
"time": now,
Expand Down

0 comments on commit 64cc15c

Please sign in to comment.