removed logging
This commit is contained in:
@@ -45,10 +45,7 @@ module.exports = class PlaybackController {
|
|||||||
if (this.state.saved.prefs.highestPlaybackPriority) {
|
if (this.state.saved.prefs.highestPlaybackPriority) {
|
||||||
// do not pause active torrents if playing a fully downloaded torrent
|
// do not pause active torrents if playing a fully downloaded torrent
|
||||||
var torrentSummary = TorrentSummary.getByKey(this.state, infoHash)
|
var torrentSummary = TorrentSummary.getByKey(this.state, infoHash)
|
||||||
if (torrentSummary.status === 'seeding') {
|
if (torrentSummary.status === 'seeding') return
|
||||||
console.log('--- NOT PAUSING active torrents for already downloaded torrent!')
|
|
||||||
return
|
|
||||||
}
|
|
||||||
|
|
||||||
var params = {
|
var params = {
|
||||||
filter: {status: /downloading|seeding/},
|
filter: {status: /downloading|seeding/},
|
||||||
|
|||||||
Reference in New Issue
Block a user