1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-19 23:39:42 +01:00

Save ACL entries when in headless mode, so going non-headless doesn't

ask for them again.
This commit is contained in:
Jeff Mitchell 2012-06-20 10:14:06 -04:00
parent e0a635b310
commit 64837d8a0c

View File

@ -180,6 +180,7 @@ ACLRegistry::isAuthorizedUser( const QString& dbid, const QString &username, ACL
#endif
m_cache.append( user );
save();
emit aclResult( dbid, username, user.acl );
return user.acl;
}