diff options
Diffstat (limited to 'module/remote/thriftbackend/pyload.thrift')
-rw-r--r-- | module/remote/thriftbackend/pyload.thrift | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/remote/thriftbackend/pyload.thrift b/module/remote/thriftbackend/pyload.thrift index a6c0a259c..d33b468c3 100644 --- a/module/remote/thriftbackend/pyload.thrift +++ b/module/remote/thriftbackend/pyload.thrift @@ -177,7 +177,7 @@ struct AccountInfo { 6: i64 maxtraffic, 7: bool premium, 8: bool activated, - 9: map<string, list<string>> options, + 9: map<string, string> options, } struct ServiceCall { |