Merge pull request #17116 from theguymadmax/fix-root-folder-parsing

This commit is contained in:
Bond-009
2026-06-21 00:10:26 +02:00
committed by GitHub
@@ -57,6 +57,11 @@ namespace Emby.Server.Implementations.Library.Resolvers.TV
return null;
}
if (args.Parent is not null && args.Parent.IsRoot)
{
return null;
}
var seriesInfo = Naming.TV.SeriesResolver.Resolve(_namingOptions, args.Path);
var collectionType = args.GetCollectionType();