We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8910a30 commit f52957fCopy full SHA for f52957f
plexapi/playlist.py
@@ -32,7 +32,7 @@ def _loadData(self, data):
32
self.title = data.attrib.get('title')
33
self.type = data.attrib.get('type')
34
self.updatedAt = toDatetime(data.attrib.get('updatedAt'))
35
- self._items = None # cache for self.items
+ self._items = None # cache for self.items
36
37
def __len__(self):
38
return len(self.items())
0 commit comments