Remove play button spinner, go to player page immediately

This commit is contained in:
DC
2016-09-22 22:43:53 -07:00
parent 2788d7433b
commit 0dd1683298
3 changed files with 7 additions and 46 deletions

View File

@@ -215,9 +215,6 @@ function saveImmediate (state, cb) {
if (key === 'progress' || key === 'torrentKey') {
continue // Don't save progress info or key for the webtorrent process
}
if (key === 'playStatus') {
continue // Don't save whether a torrent is playing / pending
}
if (key === 'error') {
continue // Don't save error states
}