mirror of
https://github.com/g0ldyy/comet.git
synced 2026-01-12 01:16:12 +01:00
fix: add check for existing info_hash in torrents before processing
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user