mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04: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…
x
Reference in New Issue
Block a user