Skip to content
Snippets Groups Projects
Commit 839f9f95 authored by Pierre's avatar Pierre
Browse files

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

parent 423f5d1b
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment