mirror of
https://github.com/pkkid/python-plexapi
synced 2024-11-22 11:43:13 +00:00
Rename _isChildOf method
This commit is contained in:
parent
6cb2168ef0
commit
edd5b514ed
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ class PlexObject(object):
|
|||
details_key += '?' + urlencode(sorted(includes.items()))
|
||||
return details_key
|
||||
|
||||
def _findParent(self, cls):
|
||||
def _isChildOf(self, cls):
|
||||
""" Returns True if this object is a child of the given class.
|
||||
|
||||
Parameters:
|
||||
|
|
Loading…
Reference in a new issue