Merge pull request #1317 from webtorrent/bugfix-1315

Bugfix 1315
This commit is contained in:
Feross Aboukhadijeh
2018-04-26 16:22:51 -07:00
committed by GitHub

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: [],