Skip to content
Snippets Groups Projects
Commit b2e3b09f authored by Utku Ozdemir's avatar Utku Ozdemir
Browse files

Fix deserialization error on download dir free space (#14)

parent 8d898b65
Branches
No related tags found
No related merge requests found
...@@ -24,7 +24,7 @@ type ( ...@@ -24,7 +24,7 @@ type (
//Config_dir string `json:"config-dir"` //Config_dir string `json:"config-dir"`
//Dht_enabled bool `json:"dht-enabled"` //Dht_enabled bool `json:"dht-enabled"`
DownloadDir string `json:"download-dir"` DownloadDir string `json:"download-dir"`
DownloadDirFreeSpace uint64 `json:"download-dir-free-space"` DownloadDirFreeSpace int64 `json:"download-dir-free-space"`
DownloadQueueEnabled bool `json:"download-queue-enabled"` DownloadQueueEnabled bool `json:"download-queue-enabled"`
DownloadQueueSize int `json:"download-queue-size"` DownloadQueueSize int `json:"download-queue-size"`
//Encryption string `json:"encryption"` //Encryption string `json:"encryption"`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment