فهرست منبع

Merge branch 'master' of https://github.com/danieladov/jellyfin

Mister Rajoy 4 سال پیش
والد
کامیت
8883aa4a37
1فایلهای تغییر یافته به همراه0 افزوده شده و 2 حذف شده
  1. 0 2
      Emby.Server.Implementations/Collections/CollectionManager.cs

+ 0 - 2
Emby.Server.Implementations/Collections/CollectionManager.cs

@@ -347,7 +347,6 @@ namespace Emby.Server.Implementations.Collections
                         var alreadyInResults = false;
                         foreach (var child in item.GetMediaSources(true))
                         {
-
                             if (Guid.TryParse(child.Id, out var id) && results.ContainsKey(id))
                             {
                                 alreadyInResults = true;
@@ -357,7 +356,6 @@ namespace Emby.Server.Implementations.Collections
 
                         if (!alreadyInResults)
                         {
-
                             results[item.Id] = item;
                         }
                     }