Browse Source

Typo in previous commit.

pull/7/merge
ShyPike 14 years ago
parent
commit
db8f9b5f8c
  1. 2
      sabnzbd/postproc.py

2
sabnzbd/postproc.py

@ -448,7 +448,7 @@ def process_job(nzo):
## Remove newzbin bookmark, if any
if msgid and all_ok:
Bookmarks.do.del_bookmark(msgid)
elif all_ok and isinstance(url, str):
elif all_ok and isinstance(nzo.url, str):
sabnzbd.proxy_rm_bookmark(nzo.url)
## Show final status in history

Loading…
Cancel
Save