Skip to content

Commit

Permalink
Fix incorrect key
Browse files Browse the repository at this point in the history
  • Loading branch information
Bartuzen authored Nov 19, 2024
1 parent 7f901a8 commit 5509140
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/webui/api/torrentcreatorcontroller.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ void TorrentCreatorController::addTaskAction()
.sourcePath = Path(params()[KEY_SOURCE_PATH]),
.torrentFilePath = Path(params()[KEY_TORRENT_FILE_PATH]),
.comment = params()[KEY_COMMENT],
.source = params()[KEY_COMMENT],
.source = params()[KEY_SOURCE],
.trackers = params()[KEY_TRACKERS].split(u'|'),
.urlSeeds = params()[KEY_URL_SEEDS].split(u'|')
};
Expand Down

0 comments on commit 5509140

Please sign in to comment.