mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-23 09:14:45 +03:00
Extend playlist creation capabilities
This commit is contained in:
@@ -92,7 +92,9 @@ public class PlaylistsController : BaseJellyfinApiController
|
||||
Name = name ?? createPlaylistRequest?.Name,
|
||||
ItemIdList = ids,
|
||||
UserId = userId.Value,
|
||||
MediaType = mediaType ?? createPlaylistRequest?.MediaType
|
||||
MediaType = mediaType ?? createPlaylistRequest?.MediaType,
|
||||
Shares = createPlaylistRequest?.Shares.ToArray(),
|
||||
OpenAccess = createPlaylistRequest?.OpenAccess
|
||||
}).ConfigureAwait(false);
|
||||
|
||||
return result;
|
||||
|
||||
Reference in New Issue
Block a user