summaryrefslogtreecommitdiffhomepage
path: root/libs
diff options
context:
space:
mode:
authorVitiko <[email protected]>2022-11-09 18:45:01 -0400
committerVitiko <[email protected]>2022-11-09 18:45:01 -0400
commit1f7536680ade9eb0a0e58446880dcc22e4583b71 (patch)
tree74741a2f2f55106603b2ba57bf85473c6ebae66f /libs
parentb3696781658f4d3f4e7165f032bf3f709c6c160e (diff)
downloadbazarr-1f7536680ade9eb0a0e58446880dcc22e4583b71.tar.gz
bazarr-1f7536680ade9eb0a0e58446880dcc22e4583b71.zip
no log: Subf2m Provider: update matcherv1.1.3-beta.15
Year is already matched within the provider
Diffstat (limited to 'libs')
-rw-r--r--libs/subliminal_patch/providers/subf2m.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/subliminal_patch/providers/subf2m.py b/libs/subliminal_patch/providers/subf2m.py
index 5cb62d0da..262ebc309 100644
--- a/libs/subliminal_patch/providers/subf2m.py
+++ b/libs/subliminal_patch/providers/subf2m.py
@@ -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):