diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2013-03-31 18:32:13 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2013-03-31 18:32:13 +0200 |
commit | 9ea1ab90b4705ef4d5ce37ded36a214f276c0a18 (patch) | |
tree | 995539a44a25c54344639d5ade7aa3e48624ed97 /module/remote/pyload.thrift | |
parent | added account page (diff) | |
download | pyload-9ea1ab90b4705ef4d5ce37ded36a214f276c0a18.tar.xz |
add and delete accounts, db will be resetted
Diffstat (limited to 'module/remote/pyload.thrift')
-rw-r--r-- | module/remote/pyload.thrift | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/remote/pyload.thrift b/module/remote/pyload.thrift index 032be92fd..57d7e0a0a 100644 --- a/module/remote/pyload.thrift +++ b/module/remote/pyload.thrift @@ -489,7 +489,7 @@ service Pyload { list<AccountInfo> getAccounts(1: bool refresh), list<string> getAccountTypes(), - void updateAccount(1: PluginName plugin, 2: string account, 3: string password), + void updateAccount(1: PluginName plugin, 2: string login, 3: string password), void updateAccountInfo(1: AccountInfo account), void removeAccount(1: AccountInfo account), |