mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Update Emby.Server.Implementations/Playlists/PlaylistManager.cs
Co-authored-by: Joe Rogers <1337joe@users.noreply.github.com>
This commit is contained in:
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…
x
Reference in New Issue
Block a user