mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-10 16:14:40 +02:00
Keep lazy offers lazy
This commit is contained in:
@@ -1100,10 +1100,6 @@ Servent::claimOffer( ControlConnection* cc, const QString &nodeid, const QString
|
|||||||
conn->setNodeId( nodeid );
|
conn->setNodeId( nodeid );
|
||||||
}
|
}
|
||||||
|
|
||||||
// Register as non-lazy offer
|
|
||||||
d_func()->lazyoffers.remove( key );
|
|
||||||
registerOffer( key, conn );
|
|
||||||
|
|
||||||
return conn;
|
return conn;
|
||||||
}
|
}
|
||||||
else if ( d_func()->offers.contains( key ) )
|
else if ( d_func()->offers.contains( key ) )
|
||||||
|
Reference in New Issue
Block a user