Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Lidarr/src/commit/c88b5ee946634c2a640974b24ce4aba0677c89dd/NzbDrone.Common.Test/ReflectionExtensions.cs
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
namespace NzbDrone.Common.Test
|
|
{
|
|
public static class ReflectionExtensions
|
|
{
|
|
public static T GetPropertyValue<T>(this object obj, string propertyName)
|
|
{
|
|
return (T)obj.GetType().GetProperty(propertyName).GetValue(obj, null);
|
|
}
|
|
}
|
|
}
|