mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-04-23 14:17:46 -04:00
no log: Argenteam Provider: add default match
This commit is contained in:
parent
52760d8bc7
commit
e82dcb48bc
1 changed files with 1 additions and 1 deletions
|
@ -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"}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue