[vlc-commits] [Git][videolan/vlc][master] chromecast: Remove invalid attribute
Steve Lhomme (@robUx4)
gitlab at videolan.org
Sat Apr 18 05:38:35 UTC 2026
Steve Lhomme pushed to branch master at VideoLAN / VLC
Commits:
8bc99a65 by Dave Nicolson at 2026-04-18T05:16:52+00:00
chromecast: Remove invalid attribute
- - - - -
1 changed file:
- modules/stream_out/chromecast/chromecast_communication.cpp
Changes:
=====================================
modules/stream_out/chromecast/chromecast_communication.cpp
=====================================
@@ -391,7 +391,6 @@ unsigned ChromecastCommunication::msgPlayerLoad( const std::string& destinationI
std::stringstream ss;
ss << "{\"type\":\"LOAD\","
<< "\"media\":{" << GetMedia( mime, p_meta, input_length ) << "},"
- << "\"autoplay\":\"false\","
<< "\"requestId\":" << id
<< "}";
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/8bc99a65e253aae5d4c687a33a76c916c521db77
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/8bc99a65e253aae5d4c687a33a76c916c521db77
You're receiving this email because of your account on code.videolan.org.
More information about the vlc-commits
mailing list