diff --git a/comet/services/debrid.py b/comet/services/debrid.py index b460228..bac8ad8 100644 --- a/comet/services/debrid.py +++ b/comet/services/debrid.py @@ -54,6 +54,8 @@ class DebridService: continue info_hash = file["info_hash"] + if info_hash not in torrents: + continue torrents[info_hash]["cached"] = True debrid_parsed = file["parsed"]