Patch plexapi.library.Collections to PlexPartialObject
This commit is contained in:
@@ -334,7 +334,7 @@ class PlexPartialObject(PlexObject):
|
||||
search result for a movie often only contain a portion of the attributes a full
|
||||
object (main url) for that movie contain.
|
||||
"""
|
||||
return not self.key or self.key == self._initpath
|
||||
return not self.key or (self._details_key or self.key) == self._initpath
|
||||
|
||||
def isPartialObject(self):
|
||||
""" Returns True if this is not a full object. """
|
||||
|
Reference in New Issue
Block a user