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

Update Emby.Server.Implementations/Sorting/AiredEpisodeOrderComparer.cs

Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
pull/6553/head
Rob 4 years ago committed by GitHub
parent 96bc24b1dc
commit 8d45656c51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -154,7 +154,7 @@ namespace Emby.Server.Implementations.Sorting
}
}
return compare_val;
return comparisonResult;
}
/// <summary>

Loading…
Cancel
Save