mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-18 15:03:06 +03:00
update latest
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user