Merge pull request #5842 from BaronGreenback/optimization

Code Clean up: Group Methods
This commit is contained in:
Bond-009
2021-04-29 21:14:57 +02:00
committed by GitHub
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