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:
parent
e21fe31404
commit
8175e23f91
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user