no log: Subf2m Provider: update matcher

Year is already matched within the provider
This commit is contained in:
Vitiko 2022-11-09 18:45:01 -04:00
parent b369678165
commit 1f7536680a
1 changed files with 1 additions and 1 deletions

View File

@ -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):