diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-11-21 15:22:43 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-11-21 15:22:43 -0500 |
| commit | 92cf390fb0d8cb23d56128591e15f496210fcc7e (patch) | |
| tree | 85f61fea7870e12e4c153ef1dd0cd1a6b1ff7f27 /Emby.Server.Core/ApplicationHost.cs | |
| parent | aa0b83817dd747a28b4f023d53a4866341c3faf7 (diff) | |
update user data db
Diffstat (limited to 'Emby.Server.Core/ApplicationHost.cs')
| -rw-r--r-- | Emby.Server.Core/ApplicationHost.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Core/ApplicationHost.cs b/Emby.Server.Core/ApplicationHost.cs index d48138080..7e5d6e31c 100644 --- a/Emby.Server.Core/ApplicationHost.cs +++ b/Emby.Server.Core/ApplicationHost.cs @@ -694,7 +694,7 @@ namespace Emby.Server.Core displayPreferencesRepo.Initialize(); - var userDataRepo = new SqliteUserDataRepository(LogManager.GetLogger("SqliteUserDataRepository"), ApplicationPaths); + var userDataRepo = new SqliteUserDataRepository(LogManager.GetLogger("SqliteUserDataRepository"), ApplicationPaths, FileSystemManager); ((UserDataManager)UserDataManager).Repository = userDataRepo; itemRepo.Initialize(userDataRepo); |
