Fix youtube video freeze on windows

parent 0c9d421e
......@@ -214,7 +214,7 @@ void SkyliveProtocol::processPackets()
SKMessage mmsg("youtubevideo");
#if defined(Q_OS_WIN)
QString yt("http://youtube.googleapis.com/v/");
QString yt("http://www.youtube.com/embed/");
yt.append(paramlist[0]);
yt.append("?autoplay=1&start=");
yt.append(paramlist[1]);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment