mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-04 10:02:44 +01: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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue