Set video title when opening VLC
Fix #700 The title is set with the `--meta-title` flag to VLC.
This commit is contained in:
@@ -43,7 +43,7 @@ module.exports = class MediaController {
|
||||
}
|
||||
|
||||
vlcPlay () {
|
||||
ipcRenderer.send('vlcPlay', this.state.server.localURL)
|
||||
ipcRenderer.send('vlcPlay', this.state.server.localURL, this.state.window.title)
|
||||
this.state.playing.location = 'vlc'
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user