mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-06 09:03:03 +03:00
make playlist creation private by default (#12853)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user