aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Models
diff options
context:
space:
mode:
authorShadowghost <Ghost_of_Stone@web.de>2024-04-01 19:59:48 +0200
committerShadowghost <Ghost_of_Stone@web.de>2024-04-01 19:59:48 +0200
commitbff37ed13aa9ee0267ee5e1248339c6044fa1b0c (patch)
treede6951a0239a2bb3c85604e6b869a17eb2134b5e /Jellyfin.Api/Models
parent2aaa9f669a0ba6855329ce63ae4e785dc70a5a69 (diff)
Apply review suggestions
Diffstat (limited to 'Jellyfin.Api/Models')
-rw-r--r--Jellyfin.Api/Models/PlaylistDtos/CreatePlaylistDto.cs2
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.