Commit 839f9f95 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

macosx/framework: Bring back --play-and-pause.

parent 423f5d1b
......@@ -79,6 +79,7 @@ void __catch_exception( void * e, const char * function, const char * file, int
[defaultParams addObject:@"--verbose=-1"]; // Don't polute the log
[defaultParams addObject:@"--no-color"];
[defaultParams addObject:@"--no-media-library"];
[defaultParams addObject:@"--play-and-pause"];
vlcParams = defaultParams;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment