Luke Pulverenti 8 лет назад
Родитель
Сommit
ac98bf6543
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      MediaBrowser.Api/UserLibrary/UserLibraryService.cs

+ 1 - 1
MediaBrowser.Api/UserLibrary/UserLibraryService.cs

@@ -322,7 +322,7 @@ namespace MediaBrowser.Api.UserLibrary
                 var item = i.Item2[0];
                 var childCount = 0;
 
-                if (i.Item1 != null && i.Item2.Count > 0)
+                if (i.Item1 != null && i.Item2.Count > 1)
                 {
                     item = i.Item1;
                     childCount = i.Item2.Count;