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:
Klaus Basan
2014-06-06 10:59:53 +02:00
parent 27a697c307
commit c3f7a7c179
6 changed files with 29 additions and 9 deletions

View File

@@ -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: