mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-28 13:01:57 +00:00
Added missing reference to MediaBrowser.Common
2nd launch of ServerApplication will call OpenDashboard
This commit is contained in:
parent
2abc0e9020
commit
debc4e6ae5
@@ -33,8 +33,8 @@ namespace MediaBrowser.ServerApplication
|
||||
#region ISingleInstanceApp Members
|
||||
public bool SignalExternalCommandLineArgs(IList<string> args)
|
||||
{
|
||||
// handle command line arguments of second instance
|
||||
// ...
|
||||
OpenDashboard();
|
||||
|
||||
return true;
|
||||
}
|
||||
#endregion
|
||||
@@ -45,5 +45,9 @@ namespace MediaBrowser.ServerApplication
|
||||
|
||||
Kernel.Instance.Dispose();
|
||||
}
|
||||
|
||||
public static void OpenDashboard()
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -65,7 +65,7 @@ namespace MediaBrowser.ServerApplication
|
||||
|
||||
private void cmOpenDashboard_click(object sender, RoutedEventArgs e)
|
||||
{
|
||||
|
||||
App.OpenDashboard();
|
||||
}
|
||||
|
||||
private void cmVisitCT_click(object sender, RoutedEventArgs e)
|
||||
|
||||
@@ -60,7 +60,6 @@
|
||||
<Generator>MSBuild:Compile</Generator>
|
||||
<SubType>Designer</SubType>
|
||||
</Page>
|
||||
<Compile Include="Util\SingleInstance.cs" />
|
||||
<Page Include="MainWindow.xaml">
|
||||
<Generator>MSBuild:Compile</Generator>
|
||||
<SubType>Designer</SubType>
|
||||
|
||||
Reference in New Issue
Block a user