diff options
| author | Bond_009 <bond.009@outlook.com> | 2019-01-26 18:27:57 +0100 |
|---|---|---|
| committer | Bond_009 <bond.009@outlook.com> | 2019-01-26 18:36:38 +0100 |
| commit | 2ffab720fb8c0b468c57139401f7f72d50c9b41e (patch) | |
| tree | cf59a3a57b8f25a2cad0ff83c54d3a2fb729b22c /Emby.Server.Implementations/Data/SqliteItemRepository.cs | |
| parent | 07f163a4c324ebf9a80f2aa900706be5a01d14e2 (diff) | |
Fix ctor
Diffstat (limited to 'Emby.Server.Implementations/Data/SqliteItemRepository.cs')
| -rw-r--r-- | Emby.Server.Implementations/Data/SqliteItemRepository.cs | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Emby.Server.Implementations/Data/SqliteItemRepository.cs b/Emby.Server.Implementations/Data/SqliteItemRepository.cs index d110f5a16..1528a7d2b 100644 --- a/Emby.Server.Implementations/Data/SqliteItemRepository.cs +++ b/Emby.Server.Implementations/Data/SqliteItemRepository.cs @@ -69,10 +69,7 @@ namespace Emby.Server.Implementations.Data IServerApplicationHost appHost, IJsonSerializer jsonSerializer, ILoggerFactory loggerFactory, - IAssemblyInfo assemblyInfo, - IFileSystem fileSystem, - IEnvironmentInfo environmentInfo, - ITimerFactory timerFactory) + IAssemblyInfo assemblyInfo) : base(loggerFactory.CreateLogger(nameof(SqliteItemRepository))) { if (config == null) |
