1
0
mirror of https://github.com/clementine-player/Clementine synced 2025-02-01 20:06:53 +01:00

Always send default version. With the default tag the version is not sent automatically.

This commit is contained in:
Andreas 2013-02-08 18:52:14 +01:00
parent e21fe31404
commit 8175e23f91

View File

@ -52,6 +52,9 @@ void OutgoingDataCreator::SendDataToClients(pb::remote::Message* msg) {
return;
}
// Send the default version
msg->set_version(msg->default_instance().version());
RemoteClient* client;
foreach(client, *clients_) {
// Check if the client is still active