diff options
| author | BaronGreenback <jimcartlidge@yahoo.co.uk> | 2021-04-17 11:19:09 +0100 |
|---|---|---|
| committer | BaronGreenback <jimcartlidge@yahoo.co.uk> | 2021-04-17 11:19:09 +0100 |
| commit | bb6fddde9ac48905b876717806754a052bf0ad24 (patch) | |
| tree | 9315b9e0b0c8b5f525cf5822a5092a003fb42023 /Emby.Server.Implementations/Playlists/PlaylistManager.cs | |
| parent | b63f615fd4f92f40394d04c9ae764b35aadc000d (diff) | |
Group Methods
Diffstat (limited to 'Emby.Server.Implementations/Playlists/PlaylistManager.cs')
| -rw-r--r-- | Emby.Server.Implementations/Playlists/PlaylistManager.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/Playlists/PlaylistManager.cs b/Emby.Server.Implementations/Playlists/PlaylistManager.cs index 932f721ab..2d1a559f1 100644 --- a/Emby.Server.Implementations/Playlists/PlaylistManager.cs +++ b/Emby.Server.Implementations/Playlists/PlaylistManager.cs @@ -215,7 +215,7 @@ namespace Emby.Server.Implementations.Playlists // Create a list of the new linked children to add to the playlist var childrenToAdd = newItems - .Select(i => LinkedChild.Create(i)) + .Select(LinkedChild.Create) .ToList(); // Log duplicates that have been ignored, if any |
