mirror of
https://github.com/morpheus65535/bazarr
synced 2025-02-22 05:51:10 +00:00
no log: Subf2m Provider: update matcher
Year is already matched within the provider
This commit is contained in:
parent
b369678165
commit
1f7536680a
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ class Subf2mSubtitle(Subtitle):
|
|||
self._matches = set(
|
||||
("title", "year")
|
||||
if episode_number is None
|
||||
else ("title", "series", "season", "episode")
|
||||
else ("title", "series", "year", "season", "episode")
|
||||
)
|
||||
|
||||
def get_matches(self, video):
|
||||
|
|
Loading…
Reference in a new issue