diff options
| author | Shadowghost <Ghost_of_Stone@web.de> | 2024-04-01 19:59:48 +0200 |
|---|---|---|
| committer | Shadowghost <Ghost_of_Stone@web.de> | 2024-04-01 19:59:48 +0200 |
| commit | bff37ed13aa9ee0267ee5e1248339c6044fa1b0c (patch) | |
| tree | de6951a0239a2bb3c85604e6b869a17eb2134b5e /Jellyfin.Api/Models | |
| parent | 2aaa9f669a0ba6855329ce63ae4e785dc70a5a69 (diff) | |
Apply review suggestions
Diffstat (limited to 'Jellyfin.Api/Models')
| -rw-r--r-- | Jellyfin.Api/Models/PlaylistDtos/CreatePlaylistDto.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Jellyfin.Api/Models/PlaylistDtos/CreatePlaylistDto.cs b/Jellyfin.Api/Models/PlaylistDtos/CreatePlaylistDto.cs index 6eedd2131..69694a769 100644 --- a/Jellyfin.Api/Models/PlaylistDtos/CreatePlaylistDto.cs +++ b/Jellyfin.Api/Models/PlaylistDtos/CreatePlaylistDto.cs @@ -36,7 +36,7 @@ public class CreatePlaylistDto /// <summary> /// Gets or sets the playlist users. /// </summary> - public IReadOnlyList<UserPermissions> Users { get; set; } = []; + public IReadOnlyList<PlaylistUserPermissions> Users { get; set; } = []; /// <summary> /// Gets or sets a value indicating whether the playlist is public. |
