Remove extra 'resetTitle' call

This commit is contained in:
Feross Aboukhadijeh
2016-07-28 20:10:48 -07:00
parent 536f04985f
commit d95e5b02d6

View File

@@ -274,7 +274,6 @@ module.exports = class PlaybackController {
else console.error('Unknown state.playing.result', state.playing.result)
// Reset the window contents back to the home screen
dispatch('resetTitle')
state.playing = State.getDefaultPlayState()
state.server = null