Remove 'Always on top' from VLC player

This commit is contained in:
Terry Hau
2017-12-12 02:43:56 +11:00
committed by Feross Aboukhadijeh
parent 474654fd16
commit cc78251846

View File

@@ -29,7 +29,6 @@ function spawn (playerPath, url, title) {
if (err) return windows.main.dispatch('externalPlayerNotFound')
const args = [
'--play-and-exit',
'--video-on-top',
'--quiet',
`--meta-title=${JSON.stringify(title)}`,
url