1315: Added initial state for highestPlaybackPriority.

This commit is contained in:
Alberto Miranda
2018-01-29 09:24:27 -03:00
parent b5bbd9b6a5
commit 7d2290a773

View File

@@ -123,7 +123,8 @@ function setupStateSaved (cb) {
externalPlayerPath: null, externalPlayerPath: null,
startup: false, startup: false,
autoAddTorrents: false, autoAddTorrents: false,
torrentsFolderPath: '' torrentsFolderPath: '',
highestPlaybackPriority: true
}, },
torrents: config.DEFAULT_TORRENTS.map(createTorrentObject), torrents: config.DEFAULT_TORRENTS.map(createTorrentObject),
torrentsToResume: [], torrentsToResume: [],