mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-06 22:26:32 +02:00
Keep lazy offers lazy
This commit is contained in:
committed by
Michael Zanetti
parent
45519110b9
commit
cf93741079
@@ -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 ) )
|
||||
|
Reference in New Issue
Block a user