Skip to content

Commit 15451ba

Browse files
committed
fixup! fixup! Add LabelMixin to Episode class
1 parent 54731dd commit 15451ba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plexapi/video.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -733,6 +733,7 @@ class Episode(Video, Playable, ArtMixin, LabelMixin, PosterMixin, RatingMixin,
733733
grandparentTitle (str): Name of the show for the episode.
734734
guids (List<:class:`~plexapi.media.Guid`>): List of guid objects.
735735
index (int): Episode number.
736+
labels (List<:class:`~plexapi.media.Label`>): List of label objects.
736737
markers (List<:class:`~plexapi.media.Marker`>): List of marker objects.
737738
media (List<:class:`~plexapi.media.Media`>): List of media objects.
738739
originallyAvailableAt (datetime): Datetime the episode was released.

0 commit comments

Comments
 (0)