Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jellyfin/commit/381db60ed37c8d1fa56d57f9e63b750949ad974b You should set ROOT_URL correctly, otherwise the web may not work correctly.
pull/5738/head
cvium 4 years ago
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…
Cancel
Save