mirror of
https://github.com/jellyfin/jellyfin.git
synced 2024-11-15 18:08:53 -07:00
fix boxsets hanging up library scan
This commit is contained in:
parent
46b9ebd48e
commit
e2ec83cbaa
@ -17,10 +17,17 @@ namespace MediaBrowser.LocalMetadata.Parsers
|
||||
{
|
||||
case "CollectionItems":
|
||||
|
||||
if (!reader.IsEmptyElement)
|
||||
{
|
||||
using (var subReader = reader.ReadSubtree())
|
||||
{
|
||||
FetchFromCollectionItemsNode(subReader, item);
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
reader.Read();
|
||||
}
|
||||
break;
|
||||
|
||||
default:
|
||||
|
Loading…
Reference in New Issue
Block a user