Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jellyfin/commit/3d97d50541bc070e4c035a8324d2fcd40badedd9 You should set ROOT_URL correctly, otherwise the web may not work correctly.

auto-organize updates

pull/702/head
Luke Pulverenti 9 years ago
parent aa23da0dc4
commit 3d97d50541

@ -547,7 +547,7 @@ namespace MediaBrowser.Server.Implementations.FileOrganization
if (series == null)
{
SmartMatchInfo info = options.SmartMatchInfos.FirstOrDefault(e => e.MatchStrings.Contains(seriesName, StringComparer.OrdinalIgnoreCase));
SmartMatchInfo info = options.SmartMatchInfos.FirstOrDefault(e => e.MatchStrings.Contains(nameWithoutYear, StringComparer.OrdinalIgnoreCase));
if (info != null)
{

Loading…
Cancel
Save