mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-10 15:32:38 -07:00
Fix bad xml key for parentThumb on PlexWatch db importer.
Update README
This commit is contained in:
parent
d216c0d76a
commit
14468acefc
2 changed files with 3 additions and 4 deletions
|
@ -45,7 +45,7 @@ def extract_plexwatch_xml(xml=None):
|
|||
originally_available_at = helpers.get_xml_attr(a, 'originallyAvailableAt')
|
||||
last_viewed_at = helpers.get_xml_attr(a, 'lastViewedAt')
|
||||
parent_media_index = helpers.get_xml_attr(a, 'parentIndex')
|
||||
parent_thumb = helpers.get_xml_attr(a, 'parent_thumb')
|
||||
parent_thumb = helpers.get_xml_attr(a, 'parentThumb')
|
||||
rating = helpers.get_xml_attr(a, 'rating')
|
||||
thumb = helpers.get_xml_attr(a, 'thumb')
|
||||
media_type = helpers.get_xml_attr(a, 'type')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue