mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-02-24 14:57:16 +08:00
WIP
This commit is contained in:
parent
bcc4183ef3
commit
3df86acb85
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||
|
|
Loading…
Reference in a new issue