mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-21 01:24:44 +01:00
mono fixes
This commit is contained in:
@@ -47,8 +47,6 @@ namespace MediaBrowser.Server.Mono
|
||||
|
||||
bool createdNew;
|
||||
|
||||
var runningPath = Process.GetCurrentProcess().MainModule.FileName.Replace(Path.DirectorySeparatorChar.ToString(), string.Empty);
|
||||
|
||||
//_singleInstanceMutex = new Mutex(true, @"Local\" + runningPath, out createdNew);
|
||||
createdNew = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user