Skip to content

Commit

Permalink
Add IP data to tautulli Boerderij#202
Browse files Browse the repository at this point in the history
  • Loading branch information
samwiseg0 authored and MDHMatt committed May 12, 2023
1 parent f2b604a commit fdbf96f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions varken/tautulli.py
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,7 @@ def get_historical(self, days=30):
"tags": {
"type": "Session",
"session_id": session.session_id,
"ip_address": session.ip_address,
"friendly_name": session.friendly_name,
"username": session.user,
"title": session.full_title,
Expand Down

0 comments on commit fdbf96f

Please sign in to comment.