Pārlūkot izejas kodu

Clarify precedence of mpv.conf and manually set properties

Towards #736
Matt Seeley 6 gadi atpakaļ
vecāks
revīzija
4af8326705
1 mainītis faili ar 2 papildinājumiem un 0 dzēšanām
  1. 2 0
      src/player/PlayerComponent.cpp

+ 2 - 0
src/player/PlayerComponent.cpp

@@ -88,6 +88,8 @@ bool PlayerComponent::componentInitialize()
   mpv_request_log_messages(m_mpv, "terminal-default");
   mpv::qt::set_property(m_mpv, "msg-level", "all=v");
 
+  // Configuration properties defined in the mpv.conf will override our
+  // hardcoded properties below.
   mpv::qt::set_property(m_mpv, "config", "yes");
   mpv::qt::set_property(m_mpv, "config-dir", Paths::dataDir());