[UI] Fix unneeded dependancy.
This commit is contained in:
parent
3888a91eb0
commit
e73190de93
|
@ -118,7 +118,7 @@ MpvObject::MpvObject(QQuickItem * parent)
|
|||
throw std::runtime_error("could not create mpv context");
|
||||
|
||||
mpv_set_option_string(mpv, "terminal", "yes");
|
||||
//mpv_set_option_string(mpv, "msg-level", "all=v");
|
||||
mpv_set_option_string(mpv, "msg-level", "all=v");
|
||||
|
||||
// Fix?
|
||||
mpv_set_option_string(mpv, "ytdl", "yes");
|
||||
|
|
|
@ -5,7 +5,6 @@ import QtQuick.Layouts 1.11
|
|||
import QtQuick.Window 2.11
|
||||
import Qt.labs.settings 1.0
|
||||
import player 1.0
|
||||
import QtGraphicalEffects 1.0
|
||||
|
||||
import "codes.js" as LanguageCodes
|
||||
|
||||
|
|
Loading…
Reference in a new issue