mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 05:53:33 -07:00
Added BuildDateTime to central dispatch
This commit is contained in:
parent
b6360eba26
commit
1ba959298b
3 changed files with 21 additions and 1 deletions
|
@ -3,6 +3,7 @@ using System.Collections.Generic;
|
|||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading;
|
||||
using NLog;
|
||||
using Ninject;
|
||||
using NzbDrone.Model;
|
||||
using NzbDrone.Providers;
|
||||
|
@ -12,6 +13,7 @@ namespace NzbDrone
|
|||
public static class CentralDispatch
|
||||
{
|
||||
private static StandardKernel _kernel;
|
||||
private static readonly Logger Logger = LogManager.GetLogger("Host.CentralDispatch");
|
||||
|
||||
static CentralDispatch()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue