Force youtube-dl detection.
This commit is contained in:
parent
9093cdc2c6
commit
e6b53d27a5
|
@ -121,7 +121,7 @@ MpvObject::MpvObject(QQuickItem * parent)
|
|||
mpv_set_option_string(mpv, "msg-level", "all=v");
|
||||
|
||||
// Fix?
|
||||
//mpv_set_option_string(mpv, "ytdl", "yes");
|
||||
mpv_set_option_string(mpv, "ytdl", "yes");
|
||||
mpv_set_option_string(mpv, "vo", "libmpv");
|
||||
|
||||
/*mpv_set_option_string(mpv, "slang", "en");
|
||||
|
|
Loading…
Reference in a new issue