mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-15 23:58:57 +00:00
update playlist creation
This commit is contained in:
@@ -100,7 +100,7 @@ namespace Emby.Server.Implementations.Playlists
|
||||
|
||||
if (string.IsNullOrWhiteSpace(options.MediaType))
|
||||
{
|
||||
throw new ArgumentException("A playlist media type is required.");
|
||||
options.MediaType = "Audio";
|
||||
}
|
||||
|
||||
var user = _userManager.GetUserById(options.UserId);
|
||||
|
||||
Reference in New Issue
Block a user