mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-12 18:50:23 +01:00
logger fixes for the ui
This commit is contained in:
@@ -263,7 +263,7 @@ namespace MediaBrowser.UI
|
||||
/// </summary>
|
||||
private void ShowApplicationWindow()
|
||||
{
|
||||
var win = new MainWindow { };
|
||||
var win = new MainWindow(Logger);
|
||||
|
||||
var config = UIKernel.Instance.Configuration;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user