diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2014-01-19 22:07:30 +0100 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2014-01-19 22:07:30 +0100 |
commit | 64570fa1697458705a94ae57af542af920cf0054 (patch) | |
tree | 41b7ed3a614bcf2dafced869f1b9c55858453783 /pyload/api/FileApi.py | |
parent | better log message (diff) | |
download | pyload-64570fa1697458705a94ae57af542af920cf0054.tar.xz |
fixes for download scheduler
Diffstat (limited to 'pyload/api/FileApi.py')
-rw-r--r-- | pyload/api/FileApi.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pyload/api/FileApi.py b/pyload/api/FileApi.py index cebfb78d6..0f389043d 100644 --- a/pyload/api/FileApi.py +++ b/pyload/api/FileApi.py @@ -13,6 +13,7 @@ class FileApi(ApiComponent): def checkResult(self, info): """ Internal method to verify result and owner """ + #TODO: shared? return info and (not self.primaryUID or info.owner == self.primaryUID) @RequirePerm(Permission.All) |