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):