From 4442deb5c3400643c146364c58a3aea968ce3b6d Mon Sep 17 00:00:00 2001 From: Anderson Oki Date: Tue, 30 Apr 2024 16:49:08 +0900 Subject: [PATCH] wip --- 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 a8a0cb363..550e2bf4b 100644 --- a/custom_libs/subliminal_patch/providers/animetosho.py +++ b/custom_libs/subliminal_patch/providers/animetosho.py @@ -90,7 +90,7 @@ class AnimeToshoProvider(Provider, ProviderSubtitleArchiveMixin): if not video.series_anidb_episode_id: logger.debug('Skipping video %r. It is not an anime or the anidb_episode_id could not be identified', video) - return + return [] return [s for s in self._get_series(video.series_anidb_episode_id) if s.language in languages]