mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-21 13:53:15 -07:00
Updated allowed status for search results
This commit is contained in:
parent
aca17d6eb6
commit
d26cc388d1
1 changed files with 2 additions and 0 deletions
|
@ -50,6 +50,8 @@ class autoProcessMovie:
|
|||
releases = movie['releases']
|
||||
for release in releases:
|
||||
try:
|
||||
if release['status'] not in ['snatched', 'downloaded', 'done']:
|
||||
continue
|
||||
if download_id:
|
||||
if download_id != release['download_info']['id']:
|
||||
continue
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue