Browse Source

disable pismo for now

Luke Pulverenti 9 years ago
parent
commit
b92c2fadb9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      MediaBrowser.ServerApplication/Native/WindowsApp.cs

+ 1 - 1
MediaBrowser.ServerApplication/Native/WindowsApp.cs

@@ -24,7 +24,7 @@ namespace MediaBrowser.ServerApplication.Native
 
             if (!System.Environment.Is64BitProcess)
             {
-                list.Add(typeof(PismoIsoManager).Assembly);
+                //list.Add(typeof(PismoIsoManager).Assembly);
             }
 
             list.Add(GetType().Assembly);