if (path.IndexOf(applicationPath, StringComparison.OrdinalIgnoreCase) != -1)
if (path.IndexOf(applicationPath, StringComparison.OrdinalIgnoreCase) != -1)
{
{
_logger.Info("The windows service is already running");
_logger.Info("The windows service is already running");
+ MessageBox.Show("Emby Server is already running as a Windows Service. Only one instance is allowed at a time. To run as a tray icon, shut down the Windows Service.");