mirror of https://github.com/morpheus65535/bazarr
remove matches.add(id(self)) from get_matches
remove matches.add(id(self)) from get_matches as this is an obvious mistake, that I copied from another provider :)
This commit is contained in:
parent
c6355be1bd
commit
13bf1b7a76
|
@ -61,8 +61,6 @@ class YavkaNetSubtitle(Subtitle):
|
|||
matches.add('hash')
|
||||
|
||||
matches |= guess_matches(video, guessit(self.filename, {'type': self.type}))
|
||||
|
||||
matches.add(id(self))
|
||||
return matches
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue