PR #278 fixes
This commit is contained in:
@@ -575,7 +575,7 @@ function showCreateTorrentModal (files) {
|
|||||||
|
|
||||||
// Creates a new torrent and start seeeding
|
// Creates a new torrent and start seeeding
|
||||||
function createTorrent (options) {
|
function createTorrent (options) {
|
||||||
var torrent = state.client.seed(options.files, options)
|
var torrent = lazyLoadClient().seed(options.files, options)
|
||||||
addTorrentToList(torrent)
|
addTorrentToList(torrent)
|
||||||
addTorrentEvents(torrent)
|
addTorrentEvents(torrent)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user