249 |
249 |
250 @param params dictionary containing the method parameters sent by |
250 @param params dictionary containing the method parameters sent by |
251 the server |
251 the server |
252 @type dict |
252 @type dict |
253 """ |
253 """ |
|
254 # TODO: remove Subcommand handling |
254 title = params["Title"] |
255 title = params["Title"] |
255 filename = params["FileName"] |
256 filename = params["FileName"] |
256 offset = params["Offset"] |
257 offset = params["Offset"] |
257 source = params["Source"] |
258 source = params["Source"] |
258 subcommand = params["Subcommand"] |
259 subcommand = params["Subcommand"] |