mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-28 21:53:21 +01:00
added more startup error handling
This commit is contained in:
parent
90ab389bed
commit
2456a66e85
1 changed files with 1 additions and 1 deletions
|
|
@ -122,7 +122,7 @@ namespace MediaBrowser.ServerApplication
|
|||
{
|
||||
return string.Equals(runningPath, i.MainModule.FileName) && currentProcess.Id != i.Id;
|
||||
}
|
||||
catch (Win32Exception)
|
||||
catch (Exception)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue