|
|
@ -1,4 +1,5 @@
|
|
|
|
using System.Collections.Generic;
|
|
|
|
using MediaBrowser.IsoMounter;
|
|
|
|
|
|
|
|
using System.Collections.Generic;
|
|
|
|
using System.Reflection;
|
|
|
|
using System.Reflection;
|
|
|
|
|
|
|
|
|
|
|
|
namespace MediaBrowser.ServerApplication.Native
|
|
|
|
namespace MediaBrowser.ServerApplication.Native
|
|
|
@ -16,6 +17,8 @@ namespace MediaBrowser.ServerApplication.Native
|
|
|
|
{
|
|
|
|
{
|
|
|
|
var list = new List<Assembly>();
|
|
|
|
var list = new List<Assembly>();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
list.Add(typeof(LinuxIsoManager).Assembly);
|
|
|
|
|
|
|
|
|
|
|
|
return list;
|
|
|
|
return list;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|