mirror of
https://github.com/jellyfin/jellyfin.git
synced 2024-11-16 10:29:01 -07:00
update latest
This commit is contained in:
parent
9d4bed965d
commit
ac98bf6543
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user