diff options
author | Vitiko <[email protected]> | 2022-11-13 19:45:49 -0400 |
---|---|---|
committer | Vitiko <[email protected]> | 2022-11-13 19:45:49 -0400 |
commit | e82dcb48bcef51243130bf094649b2696985e34c (patch) | |
tree | 5ab055d739e9889af4330a700ff168fe9bdbc333 | |
parent | 52760d8bc738e24b63b9b50db5f703d144e10139 (diff) | |
download | bazarr-e82dcb48bcef51243130bf094649b2696985e34c.tar.gz bazarr-e82dcb48bcef51243130bf094649b2696985e34c.zip |
no log: Argenteam Provider: add default matchv1.1.3-beta.17
-rw-r--r-- | libs/subliminal_patch/providers/argenteam.py | 2 |
1 files changed, 1 insertions, 1 deletions
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"} |