mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-21 08:19:42 +01:00
Easier API is easier
This commit is contained in:
parent
3b65d7b474
commit
1032cb5e05
@ -92,7 +92,7 @@ Source::peerInfos() const
|
||||
{
|
||||
return controlConnection()->peerInfos();
|
||||
}
|
||||
else if ( this == SourceList::instance()->getLocal().data() )
|
||||
else if ( isLocal() )
|
||||
{
|
||||
return PeerInfo::getAllSelf().toSet();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user