mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-31 04:48:27 +01:00
Extend playlist creation capabilities
This commit is contained in:
@@ -33,5 +33,10 @@ public class PlaylistCreationRequest
|
||||
/// <summary>
|
||||
/// Gets or sets the shares.
|
||||
/// </summary>
|
||||
public Share[]? Shares { get; set; }
|
||||
public IReadOnlyList<Share>? Shares { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets a value indicating whether open access is enabled.
|
||||
/// </summary>
|
||||
public bool? OpenAccess { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user