mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-25 03:26:32 +00:00
Extracted Logging into a separate, portable class library
This commit is contained in:
parent
882e20e9a5
commit
7766956274
@@ -1,6 +1,6 @@
|
||||
using System;
|
||||
using MediaBrowser.Controller;
|
||||
using MediaBrowser.Common.Progress;
|
||||
using MediaBrowser.Model.Progress;
|
||||
|
||||
namespace MediaBrowser.Program
|
||||
{
|
||||
@@ -28,6 +28,8 @@ namespace MediaBrowser.Program
|
||||
|
||||
Console.WriteLine("Press Enter to quit.");
|
||||
Console.ReadLine();
|
||||
|
||||
kernel.Dispose();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user