mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-13 15:45:42 +08:00
Some fixes found during testing with remote black core (different computer)
* Allow anonymous access for P2P * Fixed sound settings flags, if empty string is saved in settings * Fixed metadata registration
This commit is contained in:
@@ -26,6 +26,7 @@ namespace BlackCore
|
||||
parent), m_serverMode(CDBusServer::SERVERMODE_P2P)
|
||||
{
|
||||
ServerMode m = CDBusServer::addressToDBusMode(address);
|
||||
m_busServer.setAnonymousAuthenticationAllowed(true);
|
||||
switch (m)
|
||||
{
|
||||
case SERVERMODE_SESSIONBUS:
|
||||
|
||||
Reference in New Issue
Block a user