mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-05-24 02:02: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>
|
/// <summary>
|
||||||
/// Gets or sets a value indicating whether the playlist is public.
|
/// Gets or sets a value indicating whether the playlist is public.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public bool? Public { get; set; } = true;
|
public bool? Public { get; set; } = false;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user