mirror of
https://github.com/pkkid/python-plexapi
synced 2025-02-16 21:08:27 +00:00
commit
3a040daa30
1 changed files with 2 additions and 4 deletions
|
@ -1,7 +1,5 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
"""
|
||||
PlexLibrary
|
||||
"""
|
||||
|
||||
from plexapi import log, utils
|
||||
from plexapi import X_PLEX_CONTAINER_SIZE
|
||||
from plexapi.compat import unquote
|
||||
|
@ -52,7 +50,7 @@ class Library(object):
|
|||
return self._sectionsByID[sectionID]
|
||||
|
||||
def all(self):
|
||||
return [item for section in self.library.sections()
|
||||
return [item for section in self.sections()
|
||||
for item in section.all()]
|
||||
|
||||
def onDeck(self):
|
||||
|
|
Loading…
Add table
Reference in a new issue