Skip to content

Commit

Permalink
fix: easydebrid tv shows
Browse files Browse the repository at this point in the history
  • Loading branch information
g0ldyy committed Nov 27, 2024
1 parent db28231 commit e40163f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion comet/debrid/easydebrid.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit e40163f

Please sign in to comment.