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
|
@ -38,7 +38,7 @@ class Photoalbum(PlexPartialObject):
|
|||
self.composite = data.attrib.get('composite')
|
||||
self.guid = data.attrib.get('guid')
|
||||
self.index = utils.cast(int, data.attrib.get('index'))
|
||||
self.key = data.attrib.get('key', '').replace('/children', '')
|
||||
self.key = data.attrib.get('key', '').replace('/children', '') # FIX_BUG_50
|
||||
self.librarySectionID = data.attrib.get('librarySectionID')
|
||||
self.librarySectionKey = data.attrib.get('librarySectionKey')
|
||||
self.librarySectionTitle = data.attrib.get('librarySectionTitle')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue