mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-05-23 17:52:29 -04:00
make playlist creation private by default (#12853)
This commit is contained in:
parent
e8761044c2
commit
4c65e0d397
@ -38,5 +38,5 @@ public class PlaylistCreationRequest
|
||||
/// <summary>
|
||||
/// Gets or sets a value indicating whether the playlist is public.
|
||||
/// </summary>
|
||||
public bool? Public { get; set; } = true;
|
||||
public bool? Public { get; set; } = false;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user