Skip to content

Commit

Permalink
fixup! Add PlexGuid.is_special property
Browse files Browse the repository at this point in the history
  • Loading branch information
glensc committed Dec 23, 2023
1 parent 54f6007 commit 13396a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plextraktsync/plex/PlexGuid.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def is_special(self):
if self.media_type != "episodes":
return False

return self.pm.episode_number == 0
return self.pm.season_number == 0

@cached_property
def show_id(self):
Expand Down

0 comments on commit 13396a7

Please sign in to comment.