style: fix inconsistent naming
We don't use "ID" anywhere else in the codebase.
This commit is contained in:
@@ -101,7 +101,7 @@ module.exports = class TorrentListController {
|
||||
function start () {
|
||||
ipcRenderer.send('wt-start-torrenting',
|
||||
s.torrentKey,
|
||||
TorrentSummary.getTorrentID(s),
|
||||
TorrentSummary.getTorrentId(s),
|
||||
s.path,
|
||||
s.fileModtimes,
|
||||
s.selections)
|
||||
|
||||
Reference in New Issue
Block a user