mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-16 02:02:58 -07:00
Patch plexapi.library.Collections to PlexPartialObject
This commit is contained in:
parent
ecbe79b5b9
commit
ec9e2fe0f0
5 changed files with 48 additions and 25 deletions
|
@ -402,7 +402,7 @@ class Show(Video):
|
|||
""" Load attribute values from Plex XML response. """
|
||||
Video._loadData(self, data)
|
||||
# fix key if loaded from search
|
||||
self.key = self.key.replace('/children', '')
|
||||
self.key = self.key.replace('/children', '') # FIX_BUG_50
|
||||
self.art = data.attrib.get('art')
|
||||
self.banner = data.attrib.get('banner')
|
||||
self.childCount = utils.cast(int, data.attrib.get('childCount'))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue