mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-02-26 22:42:51 +00:00
Update Emby.Server.Implementations/Playlists/PlaylistManager.cs
Co-authored-by: Joe Rogers <1337joe@users.noreply.github.com>
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user