Make dullahan autoplay autoplay. Thanks Liru.

This commit is contained in:
Router Gray
2019-04-17 20:30:30 -05:00
committed by Lirusaito
parent 726141d6da
commit 5f38bb4bf2

View File

@@ -571,6 +571,7 @@ void MediaPluginCEF::receiveMessage(const char* message_string)
settings.proxy_type = mProxyType;
settings.proxy_host = mProxyHost;
settings.proxy_port = mProxyPort;
settings.autoplay_without_gesture = true;
std::vector<std::string> custom_schemes;
custom_schemes.emplace_back("secondlife");