mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-27 03:04:49 +03:00
Added a user api handler, and improved portable ApiClient
This commit is contained in:
parent
23ea228079
commit
c7b305ee2e
@@ -109,9 +109,9 @@ namespace MediaBrowser.Api
|
||||
{
|
||||
return new ServerConfigurationHandler();
|
||||
}
|
||||
else if (IsUrlMatch("/api/defaultuser", localPath))
|
||||
else if (IsUrlMatch("/api/user", localPath))
|
||||
{
|
||||
return new DefaultUserHandler();
|
||||
return new UserHandler();
|
||||
}
|
||||
else if (IsUrlMatch("/api/pluginassembly", localPath))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user