summaryrefslogtreecommitdiffstats
path: root/module/PyFile.py
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2011-08-16 20:11:57 +0200
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2011-08-16 20:11:57 +0200
commit218ef6ec665fac20928d293e950458960f36c633 (patch)
treeb2d279d6e45ac1b556db5df215ebb464333a0891 /module/PyFile.py
parentupdated thrift, --clean method, youtube fix closed #379 (diff)
downloadpyload-218ef6ec665fac20928d293e950458960f36c633.tar.xz
plugin unloading, closed #377, some fixes
Diffstat (limited to 'module/PyFile.py')
-rw-r--r--module/PyFile.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/module/PyFile.py b/module/PyFile.py
index 07347fb93..de8ed1145 100644
--- a/module/PyFile.py
+++ b/module/PyFile.py
@@ -194,6 +194,9 @@ class PyFile(object):
self.release()
self.m.checkAllLinksFinished()
return True
+
+ def checkIfProcessed(self):
+ self.m.checkAllLinksProcessed(self.id)
def formatWait(self):
""" formats and return wait time in humanreadable format """