From e82dcb48bcef51243130bf094649b2696985e34c Mon Sep 17 00:00:00 2001 From: Vitiko Date: Sun, 13 Nov 2022 19:45:49 -0400 Subject: [PATCH] no log: Argenteam Provider: add default match --- libs/subliminal_patch/providers/argenteam.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/subliminal_patch/providers/argenteam.py b/libs/subliminal_patch/providers/argenteam.py index e2e2873a9..4826a7f9b 100644 --- a/libs/subliminal_patch/providers/argenteam.py +++ b/libs/subliminal_patch/providers/argenteam.py @@ -118,7 +118,7 @@ class ArgenteamProvider(Provider, ProviderSubtitleArchiveMixin): # Already matched within query if is_episode: - matches = {"series", "title", "season", "episode", "imdb_id"} + matches = {"series", "title", "season", "episode", "imdb_id", "year"} else: matches = {"title", "year", "imdb_id"}