summaryrefslogtreecommitdiffstats
path: root/module/download_thread.py
diff options
context:
space:
mode:
authorGravatar mkaay <mkaay@mkaay.de> 2009-12-26 20:18:11 +0100
committerGravatar mkaay <mkaay@mkaay.de> 2009-12-26 20:18:11 +0100
commit504b313112be6a82d6eee418ae059646ecfc4b30 (patch)
tree88a8ee96d788bd4b3fd7c97775e85787c3709e8a /module/download_thread.py
parentclean shutdown (diff)
downloadpyload-504b313112be6a82d6eee418ae059646ecfc4b30.tar.xz
fixed ddl-music, cleaned up, new status (starting), some more fixes
Diffstat (limited to 'module/download_thread.py')
-rw-r--r--module/download_thread.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/module/download_thread.py b/module/download_thread.py
index 401d6f943..be6ff6bf0 100644
--- a/module/download_thread.py
+++ b/module/download_thread.py
@@ -117,6 +117,7 @@ class Download_Thread(threading.Thread):
def download(self, pyfile):
status = pyfile.status
+ status.type = "starting"
pyfile.init_download()