safer hls kill

This commit is contained in:
Luke Pulverenti
2013-10-03 10:14:40 -04:00
parent eb72c2db51
commit 16fd474ad3
17 changed files with 57 additions and 30 deletions

View File

@@ -384,7 +384,7 @@ namespace MediaBrowser.Common.Implementations
/// </summary>
/// <param name="type">The type.</param>
/// <returns>System.Object.</returns>
protected object CreateInstance(Type type)
public object CreateInstance(Type type)
{
try
{