fix merge conflicts
This commit is contained in:
parent
0d5903f215
commit
8a82d324dd
|
@ -86,6 +86,12 @@ namespace MediaBrowser.Model.System
|
||||||
/// <value>The failed assembly loads.</value>
|
/// <value>The failed assembly loads.</value>
|
||||||
public List<string> FailedPluginAssemblies { get; set; }
|
public List<string> FailedPluginAssemblies { get; set; }
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Gets or sets the image enhancers.
|
||||||
|
/// </summary>
|
||||||
|
/// <value>The image enhancers.</value>
|
||||||
|
public List<string> ImageEnhancers { get; set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets or sets the program data path.
|
/// Gets or sets the program data path.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
@ -162,6 +168,7 @@ namespace MediaBrowser.Model.System
|
||||||
CompletedInstallations = new List<InstallationInfo>();
|
CompletedInstallations = new List<InstallationInfo>();
|
||||||
|
|
||||||
FailedPluginAssemblies = new List<string>();
|
FailedPluginAssemblies = new List<string>();
|
||||||
|
ImageEnhancers = new List<string>();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user