1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-07 06:36:55 +02:00

Keep lazy offers lazy

This commit is contained in:
Uwe L. Korn
2013-06-29 09:02:28 +02:00
committed by Michael Zanetti
parent 45519110b9
commit cf93741079

View File

@@ -1100,10 +1100,6 @@ Servent::claimOffer( ControlConnection* cc, const QString &nodeid, const QString
conn->setNodeId( nodeid );
}
// Register as non-lazy offer
d_func()->lazyoffers.remove( key );
registerOffer( key, conn );
return conn;
}
else if ( d_func()->offers.contains( key ) )