Bläddra i källkod

update latest

Luke Pulverenti 8 år sedan
förälder
incheckning
ac98bf6543
1 ändrade filer med 1 tillägg och 1 borttagningar
  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;