mirror of
https://github.com/pkkid/python-plexapi
synced 2024-11-10 14:14:19 +00:00
Clip.section docstring update
This commit is contained in:
parent
70ad8ba10c
commit
44b4066273
1 changed files with 1 additions and 1 deletions
|
@ -975,7 +975,7 @@ class Clip(Video, Playable, ArtUrlMixin, PosterUrlMixin):
|
|||
|
||||
def section(self):
|
||||
"""Return the :class:`~plexapi.library.LibrarySection` this item belongs to."""
|
||||
# Clip payloads currently do not contain 'librarySectionID'.
|
||||
# Clip payloads may not contain 'librarySectionID'
|
||||
# Return None to avoid unnecessary attribute lookup attempts.
|
||||
return None
|
||||
|
||||
|
|
Loading…
Reference in a new issue