diff --git a/src/UI/DocumentViews/MpvContainer.cc b/src/UI/DocumentViews/MpvContainer.cc
index 7c552c7ae4fec9153a187dccacb0a8d051ceaff9..fb094d4e4de76b9ac07418019d03b36714ede238 100644
--- a/src/UI/DocumentViews/MpvContainer.cc
+++ b/src/UI/DocumentViews/MpvContainer.cc
@@ -20,7 +20,7 @@ MpvContainer::MpvContainer(QWidget *parent)
     setAttribute(Qt::WA_DontCreateNativeAncestors);
     setAttribute(Qt::WA_NativeWindow);
 
-    initializeMpv();
+    logWarning() << "Don't init MPV by default, you should use the reload button!";
 }
 
 void