Added MediaBrowser.IsoMounting.Linux

This commit is contained in:
abeloin
2014-01-18 14:09:36 -05:00
parent 2170a25858
commit 8ca504677b
2 changed files with 7 additions and 1 deletions

View File

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