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

Forgot this line...

This commit is contained in:
Jeff Mitchell 2012-06-19 16:10:01 -04:00
parent 63c64de455
commit c9841985a1

View File

@ -175,6 +175,8 @@ ACLRegistry::isAuthorizedUser( const QString& dbid, const QString &username, ACL
getUserDecision( user, username );
return ACLRegistry::NotFound;
}
else
user.acl = ACLRegistry::Stream;
#endif
m_cache.append( user );