Browse Source

update latest

Luke Pulverenti 8 years ago
parent
commit
ac98bf6543
1 changed files with 1 additions and 1 deletions
  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 item = i.Item2[0];
                 var childCount = 0;
                 var childCount = 0;
 
 
-                if (i.Item1 != null && i.Item2.Count > 0)
+                if (i.Item1 != null && i.Item2.Count > 1)
                 {
                 {
                     item = i.Item1;
                     item = i.Item1;
                     childCount = i.Item2.Count;
                     childCount = i.Item2.Count;