mirror of
https://github.com/pkkid/python-plexapi
synced 2025-02-16 21:08:27 +00:00
Fix typo in library totalSize doc string
This commit is contained in:
parent
9916297070
commit
1ce97102cd
1 changed files with 1 additions and 1 deletions
|
@ -387,7 +387,7 @@ class LibrarySection(PlexObject):
|
|||
|
||||
@property
|
||||
def totalSize(self):
|
||||
""" Retruns the total number of item in the library. """
|
||||
""" Returns the total number of items in the library. """
|
||||
if self._total_size is None:
|
||||
part = '/library/sections/%s/all?X-Plex-Container-Start=0&X-Plex-Container-Size=1' % self.key
|
||||
data = self._server.query(part)
|
||||
|
|
Loading…
Add table
Reference in a new issue