Skip to content

Commit

Permalink
fixup! fixup! fixup! Add LabelMixin to Episode class
Browse files Browse the repository at this point in the history
  • Loading branch information
glensc committed Jan 12, 2022
1 parent 15451ba commit f3b6ad2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plexapi/video.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit f3b6ad2

Please sign in to comment.