mirror of
https://github.com/jellyfin/jellyfin.git
synced 2024-11-16 18:42:52 -07:00
disable pismo for now
This commit is contained in:
parent
4270dbfb38
commit
bdb2fca820
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user