mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-11 20:56:32 +00:00
added more startup error handling
This commit is contained in:
@@ -122,7 +122,7 @@ namespace MediaBrowser.ServerApplication
|
||||
{
|
||||
return string.Equals(runningPath, i.MainModule.FileName) && currentProcess.Id != i.Id;
|
||||
}
|
||||
catch (Win32Exception)
|
||||
catch (Exception)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user