Fixed subtitulamos.tv improper matching. #1960

pull/1962/head v1.1.2-beta.14
morpheus65535 2 years ago
parent 0980af1060
commit 8348b6c0dc

@ -34,7 +34,7 @@ class SubtitulamosTVSubtitle(Subtitle):
if video.release_group and video.release_group.lower() in self.release_info.lower():
matches.add('release_group')
matches = guess_matches(video, guessit(self.release_info, {"type": "episode"}))
matches |= guess_matches(video, guessit(self.release_info, {"type": "episode"}))
return matches

Loading…
Cancel
Save