mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-04-24 06:37:16 -04:00
no log: add kwargs to private func
This commit is contained in:
parent
23d4e3e006
commit
254df4446f
1 changed files with 3 additions and 1 deletions
|
@ -20,7 +20,9 @@ logger = logging.getLogger(__name__)
|
|||
_MatchingSub = namedtuple("_MatchingSub", ("file", "priority"))
|
||||
|
||||
|
||||
def _get_matching_sub(sub_names, forced=False, episode=None, episode_title=None):
|
||||
def _get_matching_sub(
|
||||
sub_names, forced=False, episode=None, episode_title=None, **kwargs
|
||||
):
|
||||
guess_options = {"single_value": True}
|
||||
if episode is not None:
|
||||
guess_options["type"] = "episode" # type: ignore
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue