From af622c654ef64ab7b6875ecf59fbb2281c9dbd37 Mon Sep 17 00:00:00 2001 From: Anderson Oki Date: Mon, 15 Apr 2024 09:12:44 +0900 Subject: [PATCH] chore: add animetosho spanish language --- custom_libs/subliminal_patch/providers/animetosho.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_libs/subliminal_patch/providers/animetosho.py b/custom_libs/subliminal_patch/providers/animetosho.py index d9c078503..d79f053bc 100644 --- a/custom_libs/subliminal_patch/providers/animetosho.py +++ b/custom_libs/subliminal_patch/providers/animetosho.py @@ -25,10 +25,10 @@ except ImportError: logger = logging.getLogger(__name__) -# TODO: Test and Support Other Languages supported_languages = [ "eng", # English "ita", # Italian + "spa", # Spanish ]