mirror of
https://github.com/morpheus65535/bazarr
synced 2024-12-25 01:02:19 +00:00
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
1 changed files with 0 additions and 2 deletions
|
@ -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 a new issue