style: fix inconsistent naming

We don't use "ID" anywhere else in the codebase.
This commit is contained in:
Feross Aboukhadijeh
2016-09-30 15:40:06 -07:00
committed by DC
parent f1ef9daa8f
commit 428a07101a
2 changed files with 3 additions and 3 deletions

View File

@@ -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)