mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-04 05:07:27 +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
|
||||
|
||||
m_cache.append( user );
|
||||
save();
|
||||
emit aclResult( dbid, username, user.acl );
|
||||
return user.acl;
|
||||
}
|
||||
|
Reference in New Issue
Block a user