This commit is contained in:
DC
2016-04-03 22:34:43 -07:00
parent 609df9eb1e
commit ee5b6ea472

View File

@@ -575,7 +575,7 @@ function showCreateTorrentModal (files) {
// Creates a new torrent and start seeeding
function createTorrent (options) {
var torrent = state.client.seed(options.files, options)
var torrent = lazyLoadClient().seed(options.files, options)
addTorrentToList(torrent)
addTorrentEvents(torrent)
}