mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-01 20:00:13 +02:00
Save ACL entries when in headless mode, so going non-headless doesn't
ask for them again.
This commit is contained in:
@@ -180,6 +180,7 @@ ACLRegistry::isAuthorizedUser( const QString& dbid, const QString &username, ACL
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
m_cache.append( user );
|
m_cache.append( user );
|
||||||
|
save();
|
||||||
emit aclResult( dbid, username, user.acl );
|
emit aclResult( dbid, username, user.acl );
|
||||||
return user.acl;
|
return user.acl;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user