diff options
| author | 2012-04-28 01:32:35 +0200 | |
|---|---|---|
| committer | 2012-04-28 01:32:35 +0200 | |
| commit | 2b3baa733ee388507d132466f34305b35f82681e (patch) | |
| tree | 56e43c40cf35a8f60d6c1b071dd2acf31663cb79 /module/database | |
| parent | update sharerapid account, serienjunkies by godofdream (diff) | |
| download | pyload-2b3baa733ee388507d132466f34305b35f82681e.tar.xz | |
Diffstat (limited to 'module/database')
| -rw-r--r-- | module/database/FileDatabase.py | 2 |
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): |
