Merge branch 'external-player' of https://github.com/mathiasvr/webtorrent-desktop into mathiasvr-external-player

Fixed conflicts in the Preferences page, and added back passing the video title to VLC
This commit is contained in:
Feross Aboukhadijeh
2016-08-19 22:06:23 -07:00
9 changed files with 126 additions and 88 deletions

View File

@@ -266,8 +266,8 @@ module.exports = class PlaybackController {
if (isCasting(state)) {
Cast.stop()
}
if (state.playing.location === 'vlc') {
ipcRenderer.send('vlcQuit')
if (state.playing.location === 'external') {
ipcRenderer.send('quitExternalPlayer')
}
// Save volume (this session only, not in state.saved)