fixed styling issues; returning early in pauseActiveTorrents.

This commit is contained in:
Alberto Miranda
2017-03-14 19:50:49 -03:00
parent 213f2f124d
commit 043f81996e
3 changed files with 8 additions and 8 deletions

View File

@@ -122,7 +122,7 @@ module.exports = class TorrentListController {
this.startTorrentingSummary(torrentSummary.torrentKey)
sound.play('ENABLE')
return
}
}
this.pauseTorrent(torrentSummary, true)
}