diff options
Diffstat (limited to 'Jellyfin.Api/Models/PlaylistDtos/CreatePlaylistDto.cs')
| -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. |
