mirror of
https://github.com/jellyfin/jellyfin.git
synced 2024-11-15 09:59:06 -07:00
Hide new users from public API by default
This commit is contained in:
parent
8ba86fe272
commit
44a3e0a97b
@ -79,6 +79,8 @@ namespace MediaBrowser.Model.Users
|
||||
|
||||
public UserPolicy()
|
||||
{
|
||||
IsHidden = true;
|
||||
|
||||
EnableContentDeletion = false;
|
||||
EnableContentDeletionFromFolders = Array.Empty<string>();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user