summaryrefslogtreecommitdiffstats
path: root/module/database
diff options
context:
space:
mode:
authorGravatar zoidberg10 <zoidberg@mujmail.cz> 2012-04-28 01:32:35 +0200
committerGravatar zoidberg10 <zoidberg@mujmail.cz> 2012-04-28 01:32:35 +0200
commit2b3baa733ee388507d132466f34305b35f82681e (patch)
tree56e43c40cf35a8f60d6c1b071dd2acf31663cb79 /module/database
parentupdate sharerapid account, serienjunkies by godofdream (diff)
downloadpyload-2b3baa733ee388507d132466f34305b35f82681e.tar.xz
plugin updates: closed #592, #565; closed #591
Diffstat (limited to 'module/database')
-rw-r--r--module/database/FileDatabase.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/database/FileDatabase.py b/module/database/FileDatabase.py
index 357cd766d..7e7efb028 100644
--- a/module/database/FileDatabase.py
+++ b/module/database/FileDatabase.py
@@ -877,7 +877,7 @@ class FileMethods():
@style.queue
def restartFailed(self):
- self.c.execute("UPDATE links SET status=3,error='' WHERE status IN (8, 9)")
+ self.c.execute("UPDATE links SET status=3,error='' WHERE status IN (6, 8, 9)")
@style.queue
def findDuplicates(self, id, folder, filename):