We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47504f9 commit 67630afCopy full SHA for 67630af
1 file changed
plexapi/video.py
@@ -1137,8 +1137,8 @@ def _season(self):
1137
""" Returns the :class:`~plexapi.video.Season` object by querying for the show's children. """
1138
if self.grandparentKey and self.parentIndex is not None:
1139
key = self._buildRelationKey(
1140
- f'{self.grandparentKey}/children',
1141
- excludeAllLeaves=1,
+ f'{self.grandparentKey}/children',
+ excludeAllLeaves=1,
1142
index=self.parentIndex
1143
)
1144
return self.fetchItem(key)
0 commit comments