This commit is contained in:
Louis Vézina 2019-09-22 23:07:04 -04:00
parent bcc4183ef3
commit 3df86acb85
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ class SuperSubtitlesSubtitle(Subtitle):
return str(self.subtitle_id)
def get_matches(self, video):
matches = guess_matches(video, guessit(self.release_info.encode("utf-8")))
matches = guess_matches(video, guessit(self.release_info))
# episode
if isinstance(video, Episode):