Subsonic API: added user management commands

This commit is contained in:
emeric
2019-08-02 14:56:08 +02:00
parent 8409184511
commit 61032e5292
6 changed files with 462 additions and 257 deletions
+6 -3
View File
@@ -48,10 +48,13 @@ class Error
enum class CustomType
{
BadId,
NotImplemented,
LoginThrottled,
BadIdFormat,
BadPasswordFormat,
InternalError,
LoginThrottled,
NotImplemented,
PasswordTooWeak,
UserAlreadyExists,
};
Error(Code code);