mirror of
https://github.com/clementine-player/Clementine
synced 2024-12-19 12:53:25 +01:00
Oops.
This commit is contained in:
parent
01084de461
commit
4406992554
@ -167,7 +167,7 @@ void RemoteClient::SendDataToClient(pb::remote::Message *msg) {
|
||||
s << qint32(data.length());
|
||||
if (downloader_) {
|
||||
// Don't use QDataSteam for large files
|
||||
client_->write(data.data(), data.length());;
|
||||
client_->write(data.data(), data.length());
|
||||
} else {
|
||||
s.writeRawData(data.data(), data.length());
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user