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:
parent
e0a635b310
commit
64837d8a0c
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user