mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-20 17:14:42 +01:00
disable pismo for now
This commit is contained in:
@@ -24,7 +24,7 @@ namespace MediaBrowser.ServerApplication.Native
|
|||||||
|
|
||||||
if (!System.Environment.Is64BitProcess)
|
if (!System.Environment.Is64BitProcess)
|
||||||
{
|
{
|
||||||
list.Add(typeof(PismoIsoManager).Assembly);
|
//list.Add(typeof(PismoIsoManager).Assembly);
|
||||||
}
|
}
|
||||||
|
|
||||||
list.Add(GetType().Assembly);
|
list.Add(GetType().Assembly);
|
||||||
|
|||||||
Reference in New Issue
Block a user