mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-08 06:00:51 -07:00
Fix ip address in Plexivity import
This commit is contained in:
parent
a93dc68e6c
commit
cee656a053
1 changed files with 1 additions and 0 deletions
|
@ -100,6 +100,7 @@ def extract_plexivity_xml(xml=None):
|
|||
video_resolution = helpers.get_xml_attr(c, 'videoResolution')
|
||||
width = helpers.get_xml_attr(c, 'width')
|
||||
|
||||
ip_address = ''
|
||||
machine_id = ''
|
||||
platform = ''
|
||||
player = ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue