Commit 41e8e58f authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Fix some open panel function as in 000f1e1f.

parent dd11b531
......@@ -520,11 +520,11 @@ void NetOpenPanel::updateMRL() {
else mrl += addr;
mrl += QString(":%1").arg( ui.portSpin->value() );
emit methodChanged("udp-caching");
break;
case RTMP_PROTO:
mrl = "rtmp://" + addr;
emit methodChanged("rtmp-caching");
break;
}
}
......
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