1
0
Fork 0

[UI] Fix unneeded dependancy.

This commit is contained in:
Kitteh 2018-10-27 16:38:55 +01:00
parent 3888a91eb0
commit e73190de93
2 changed files with 1 additions and 2 deletions

View file

@ -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");

View file

@ -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