activating fullscreen

This commit is contained in:
Fabian Stamm 2017-06-20 17:24:17 +02:00
parent e320169465
commit 7629d6c5ce
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ class VLC_RC {
var args = [
"-I rc", //Remote Control Interface
"--play-and-pause", //Pause at end of Movie
//"--fullscreen" //Start in Fullscreen
"--fullscreen" //Start in Fullscreen
];
this.vlc_process = spawn('cvlc', args);