fix session file path, code refactoring

This commit is contained in:
2023-09-27 13:08:42 +02:00
parent 75ec95041d
commit fa4ba8a211
2 changed files with 5 additions and 8 deletions

View File

@@ -63,6 +63,7 @@ func main() {
c.QueueSize(queueSize)
c.DownloadPath(downloadPath)
c.DownloaderPath(downloaderPath)
c.SessionFilePath(sessionFilePath)
c.RequireAuth(requireAuth)
c.Username(username)