Merge pull request #1052 from lbryio/download_dir_remove

remove download_directory from options
This commit is contained in:
Alex Grin 2018-01-05 15:36:44 -05:00 committed by GitHub
commit 1c57b08dbe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1594,7 +1594,6 @@ class Daemon(AuthJSONRPCServer):
Options: Options:
<file_name> : specified name for the downloaded file <file_name> : specified name for the downloaded file
<timeout> : download timeout in number of seconds <timeout> : download timeout in number of seconds
<download_directory> : path to directory where file will be saved
Returns: Returns:
(dict) Dictionary containing information about the stream (dict) Dictionary containing information about the stream