mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-03 06:18:28 +01:00
Made BaseJsonHandler strongly typed. Moved DTO entities to their own DTO namespace in Model.
This commit is contained in:
parent
8a2e0badae
commit
5c094afd7e
@@ -22,15 +22,15 @@ namespace MediaBrowser.ServerApplication
|
||||
Progress<TaskProgress> progress = new Progress<TaskProgress>();
|
||||
Common.UI.Splash splash = new Common.UI.Splash(progress);
|
||||
|
||||
splash.Show();
|
||||
|
||||
try
|
||||
{
|
||||
splash.Show();
|
||||
|
||||
new Kernel().Init(progress);
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
MessageBox.Show("There was an error launching Media Browser: " + ex.Message);
|
||||
MessageBox.Show("There was an error launching Media Browser Server: " + ex.Message);
|
||||
}
|
||||
finally
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user