mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-13 04:06:31 +01:00
Hide new users from public API by default
This commit is contained in:
@@ -79,6 +79,8 @@ namespace MediaBrowser.Model.Users
|
||||
|
||||
public UserPolicy()
|
||||
{
|
||||
IsHidden = true;
|
||||
|
||||
EnableContentDeletion = false;
|
||||
EnableContentDeletionFromFolders = Array.Empty<string>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user