Update Emby.Server.Implementations/Playlists/PlaylistManager.cs

Co-authored-by: Joe Rogers <1337joe@users.noreply.github.com>
pull/9466/head
Shadowghost 2 years ago committed by Shadowghost
parent 82080bd1ef
commit eba24d188d

@ -136,7 +136,7 @@ namespace Emby.Server.Implementations.Playlists
Name = name,
Path = path,
OwnerUserId = options.UserId,
Shares = options.Shares
Shares = options.Shares ?? Array.Empty<Share>()
};
playlist.SetMediaType(options.MediaType);

Loading…
Cancel
Save