diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-09-24 22:26:50 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-09-24 22:26:50 +0200 |
commit | 986781b21929d64a4b9a1a15bb55b97421aa3511 (patch) | |
tree | bcacfedf270dcefe226fdf1a41ac1b1b725d61f8 /module/web | |
parent | youporn fix and YourfilesTo support (diff) | |
download | pyload-986781b21929d64a4b9a1a15bb55b97421aa3511.tar.xz |
gui minimize fix, settings saveable, utf8 in config
Diffstat (limited to 'module/web')
-rw-r--r-- | module/web/ajax/views.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/web/ajax/views.py b/module/web/ajax/views.py index 0ca42c0c2..5e911e0ba 100644 --- a/module/web/ajax/views.py +++ b/module/web/ajax/views.py @@ -78,7 +78,7 @@ def add_package(request): links = map(lambda x: x.strip(), links) links = filter(lambda x: x != "", links) - + settings.PYLOAD.add_package(name, links, queue) |