Merge remote-tracking branch 'upstream/master' into baseitemkind-fixes

This commit is contained in:
crobibero
2021-06-20 07:09:24 -06:00
1066 changed files with 19285 additions and 12379 deletions

View File

@@ -1,3 +1,5 @@
#nullable disable
#pragma warning disable CS1591
using System;
@@ -215,7 +217,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