make playlist creation private by default (#12853)

pull/12137/merge
dkanada 3 months ago committed by GitHub
parent e8761044c2
commit 4c65e0d397
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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…
Cancel
Save