From e40163f509fdbf41b914a136d6eea5ec2bacb891 Mon Sep 17 00:00:00 2001 From: Goldy <153996346+g0ldyy@users.noreply.github.com> Date: Wed, 27 Nov 2024 16:40:31 +0100 Subject: [PATCH] fix: easydebrid tv shows --- comet/debrid/easydebrid.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comet/debrid/easydebrid.py b/comet/debrid/easydebrid.py index 7af0804..51a92c1 100644 --- a/comet/debrid/easydebrid.py +++ b/comet/debrid/easydebrid.py @@ -83,7 +83,7 @@ async def get_files(self, torrent_hashes, type, season, episode, kitsu): if not is_cached: continue - hash_files = filenames[index] + hash_files = filenames[str(index)] for filename in hash_files: if not is_video(filename):