Group Methods

This commit is contained in:
BaronGreenback
2021-04-17 11:19:09 +01:00
parent b63f615fd4
commit bb6fddde9a
7 changed files with 8 additions and 8 deletions

View File

@@ -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