diff --git a/plexapi/video.py b/plexapi/video.py index bb754ba73..496be54a0 100644 --- a/plexapi/video.py +++ b/plexapi/video.py @@ -709,8 +709,8 @@ def _defaultSyncTitle(self): @utils.registerPlexObject -class Episode(Video, Playable, ArtMixin, LabelMixin, PosterMixin, RatingMixin, - CollectionMixin, DirectorMixin, WriterMixin): +class Episode(Video, Playable, ArtMixin, LabelMixin, PosterMixin, + CollectionMixin, DirectorMixin, RatingMixin, WriterMixin): """ Represents a single Shows Episode. Attributes: