Skip to content
Snippets Groups Projects
Commit f0528c04 authored by Geoffrey Métais's avatar Geoffrey Métais
Browse files

Load VLC the sooner we can

parent 39b3eaa0
No related branches found
No related tags found
No related merge requests found
......@@ -94,6 +94,7 @@ public class VLCApplication extends Application {
runBackground(new Runnable() {
@Override
public void run() {
VLCInstance.get();
// Prepare cache folder constants
AudioUtil.prepareCacheFolder(instance);
......
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