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

Revert unused change

pull/3053/head
crobibero 4 years ago
parent f512d5167d
commit b0be434ba6

@ -40,6 +40,7 @@ namespace Emby.Naming.Video
var match = expression.Match(name);
if (match.Success
&& match.Groups.Count == 5
&& match.Groups[1].Success
&& match.Groups[2].Success
&& int.TryParse(match.Groups[2].Value, NumberStyles.Integer, CultureInfo.InvariantCulture, out var year))

Loading…
Cancel
Save