no log: Subf2m Provider: update matcher

Year is already matched within the provider
pull/1991/head v1.1.3-beta.15
Vitiko 2 years ago
parent b369678165
commit 1f7536680a

@ -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…
Cancel
Save