Skip to content

Commit cf55bc8

Browse files
committed
fixup! Add LabelMixin to Episode class
1 parent b81314f commit cf55bc8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plexapi/video.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -709,8 +709,8 @@ def _defaultSyncTitle(self):
709709

710710

711711
@utils.registerPlexObject
712-
class Episode(Video, Playable, ArtMixin, LabelMixin, PosterMixin,
713-
CollectionMixin, DirectorMixin, RatingMixin, WriterMixin):
712+
class Episode(Video, Playable, ArtMixin, PosterMixin, RatingMixin,
713+
CollectionMixin, DirectorMixin, LabelMixin, WriterMixin):
714714
""" Represents a single Shows Episode.
715715
716716
Attributes:

0 commit comments

Comments
 (0)