Use object shorthand for properties
This commit is contained in:
@@ -113,8 +113,8 @@ function startTorrenting (torrentKey, torrentID, path, fileModtimes, selections)
|
||||
console.log('starting torrent %s: %s', torrentKey, torrentID)
|
||||
|
||||
const torrent = client.add(torrentID, {
|
||||
path: path,
|
||||
fileModtimes: fileModtimes
|
||||
path,
|
||||
fileModtimes
|
||||
})
|
||||
torrent.key = torrentKey
|
||||
|
||||
|
||||
Reference in New Issue
Block a user