mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-05 21:57:41 +02:00
Easier API is easier
This commit is contained in:
@@ -92,7 +92,7 @@ Source::peerInfos() const
|
|||||||
{
|
{
|
||||||
return controlConnection()->peerInfos();
|
return controlConnection()->peerInfos();
|
||||||
}
|
}
|
||||||
else if ( this == SourceList::instance()->getLocal().data() )
|
else if ( isLocal() )
|
||||||
{
|
{
|
||||||
return PeerInfo::getAllSelf().toSet();
|
return PeerInfo::getAllSelf().toSet();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user