mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-23 18:44:45 +01:00
Moved splashscreen to MediaBrowser.Common and adjusted properties.
This commit is contained in:
parent
1cc2b7c2cc
commit
dafa97333c
@@ -13,6 +13,7 @@ using System.Windows.Media.Imaging;
|
||||
using System.Windows.Navigation;
|
||||
using System.Windows.Shapes;
|
||||
|
||||
using MediaBrowser.Common;
|
||||
using MediaBrowser.Controller;
|
||||
using MediaBrowser.Model.Progress;
|
||||
|
||||
@@ -32,7 +33,7 @@ namespace MediaBrowser.ServerApplication
|
||||
private void LoadKernel()
|
||||
{
|
||||
Progress<TaskProgress> progress = new Progress<TaskProgress>();
|
||||
SplashScreen splash = new SplashScreen(progress);
|
||||
Common.UI.Splash splash = new Common.UI.Splash(progress);
|
||||
|
||||
try
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user