Skip to content

Commit 13396a7

Browse files
committed
fixup! Add PlexGuid.is_special property
1 parent 54f6007 commit 13396a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plextraktsync/plex/PlexGuid.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def is_special(self):
6363
if self.media_type != "episodes":
6464
return False
6565

66-
return self.pm.episode_number == 0
66+
return self.pm.season_number == 0
6767

6868
@cached_property
6969
def show_id(self):

0 commit comments

Comments
 (0)