diff --git a/src/renderer/lib/state.js b/src/renderer/lib/state.js index 68c85bb0..8fc89a4f 100644 --- a/src/renderer/lib/state.js +++ b/src/renderer/lib/state.js @@ -123,7 +123,8 @@ function setupStateSaved (cb) { externalPlayerPath: null, startup: false, autoAddTorrents: false, - torrentsFolderPath: '' + torrentsFolderPath: '', + highestPlaybackPriority: true }, torrents: config.DEFAULT_TORRENTS.map(createTorrentObject), torrentsToResume: [],