|
|
@ -1,5 +1,5 @@ |
|
|
|
#!/usr/bin/python -OO |
|
|
|
# Copyright 2008-2015 The SABnzbd-Team <team@sabnzbd.org> |
|
|
|
# Copyright 2008-2017 The SABnzbd-Team <team@sabnzbd.org> |
|
|
|
# |
|
|
|
# This program is free software; you can redistribute it and/or |
|
|
|
# modify it under the terms of the GNU General Public License |
|
|
@ -267,7 +267,7 @@ class NzbQueue(TryList): |
|
|
|
# Also includes save_data for NZO |
|
|
|
nzo.save_to_disk() |
|
|
|
else: |
|
|
|
sabnzbd.save_data(nzo, nzo.nzo_id, nzo.workpath) |
|
|
|
sabnzbd.save_data(nzo, nzo.nzo_id, nzo.workpath) |
|
|
|
|
|
|
|
sabnzbd.save_admin((QUEUE_VERSION, nzo_ids, []), QUEUE_FILE_NAME) |
|
|
|
|
|
|
|