fix test
This commit is contained in:
parent
5c4be2416d
commit
381db60ed3
|
@ -68,7 +68,7 @@ namespace Emby.Naming.TV
|
|||
var parsingResult = new EpisodePathParser(_options)
|
||||
.Parse(path, isDirectory, isNamed, isOptimistic, supportsAbsoluteNumbers, fillExtendedInfo);
|
||||
|
||||
if (!parsingResult.Success)
|
||||
if (!parsingResult.Success && !isStub)
|
||||
{
|
||||
return null;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user