mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-21 17:44:43 +01:00
Group Methods
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user