mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-21 09:34:44 +01:00
support run as service
This commit is contained in:
@@ -64,10 +64,7 @@ namespace MediaBrowser.ServerApplication.EntryPoints
|
||||
{
|
||||
_logger.ErrorException("Error launching startup wizard", ex);
|
||||
|
||||
if (!_appHost.IsBackgroundService)
|
||||
{
|
||||
MessageBox.Show("There was an error launching the Media Browser startup wizard. Please ensure a web browser is installed on the machine and is configured as the default browser.", "Media Browser");
|
||||
}
|
||||
MessageBox.Show("There was an error launching the Media Browser startup wizard. Please ensure a web browser is installed on the machine and is configured as the default browser.", "Media Browser");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user