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
commit 0da29e4eb2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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