From 64570fa1697458705a94ae57af542af920cf0054 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Sun, 19 Jan 2014 22:07:30 +0100 Subject: fixes for download scheduler --- pyload/api/FileApi.py | 1 + 1 file changed, 1 insertion(+) (limited to 'pyload/api') 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) -- cgit v1.2.3