diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-11-03 19:48:37 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-11-03 19:48:37 -0400 |
| commit | 405a5f69c5967b4d919b5fe91396f12cb83e8aa8 (patch) | |
| tree | baf88e9f16a75db2d19fb26696371b7fcec715a4 /Emby.Common.Implementations/BaseApplicationHost.cs | |
| parent | d5ea8ca3ad378fc7e0a18ad314e1dfce07003ab6 (diff) | |
update solution
Diffstat (limited to 'Emby.Common.Implementations/BaseApplicationHost.cs')
| -rw-r--r-- | Emby.Common.Implementations/BaseApplicationHost.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Emby.Common.Implementations/BaseApplicationHost.cs b/Emby.Common.Implementations/BaseApplicationHost.cs index 897557efd..e1f7ef08a 100644 --- a/Emby.Common.Implementations/BaseApplicationHost.cs +++ b/Emby.Common.Implementations/BaseApplicationHost.cs @@ -549,6 +549,8 @@ return null; TimerFactory = new TimerFactory(); RegisterSingleInstance(TimerFactory); + RegisterSingleInstance(CryptographyProvider); + return Task.FromResult(true); } |
