diff --git a/scanner/providers/implementations/themoviedatabase.py b/scanner/providers/implementations/themoviedatabase.py index fc9483a6..de08b062 100644 --- a/scanner/providers/implementations/themoviedatabase.py +++ b/scanner/providers/implementations/themoviedatabase.py @@ -583,6 +583,8 @@ class TheMovieDatabase(Provider): absgrp = [ ep for grp in sorted(group["groups"], key=lambda x: x["order"]) + # Some shows include specials as the first absolute group (like TenSura) + if grp["name"] != "Specials" for ep in sorted(grp["episodes"], key=lambda x: x["order"]) ] season_starts = [