mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-28 23:06:43 -04:00
New: Lidarr to Readarr
This commit is contained in:
@@ -7,7 +7,7 @@ namespace NzbDrone.Common.Reflection
|
||||
{
|
||||
public static class ReflectionExtensions
|
||||
{
|
||||
public static readonly Assembly CoreAssembly = Assembly.Load("Lidarr.Core");
|
||||
public static readonly Assembly CoreAssembly = Assembly.Load("Readarr.Core");
|
||||
|
||||
public static List<PropertyInfo> GetSimpleProperties(this Type type)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user