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