diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-11-18 13:28:45 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-11-18 13:28:45 -0500 |
| commit | 13abfbc3b84079f43dcf1da7731c3360192c7c96 (patch) | |
| tree | 2ebeb47a3d85ff7f36cd2fefea337a0ceafb3b2d /Emby.Server.Implementations/Emby.Server.Implementations.csproj | |
| parent | 352e21618a56cc705c820ce3a2a3bf49fdb6ddca (diff) | |
rework users repository
Diffstat (limited to 'Emby.Server.Implementations/Emby.Server.Implementations.csproj')
| -rw-r--r-- | Emby.Server.Implementations/Emby.Server.Implementations.csproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Emby.Server.Implementations/Emby.Server.Implementations.csproj b/Emby.Server.Implementations/Emby.Server.Implementations.csproj index a4f26bc60..0c47bc299 100644 --- a/Emby.Server.Implementations/Emby.Server.Implementations.csproj +++ b/Emby.Server.Implementations/Emby.Server.Implementations.csproj @@ -51,6 +51,7 @@ <Compile Include="Connect\Responses.cs" /> <Compile Include="Connect\Validator.cs" /> <Compile Include="Data\SqliteDisplayPreferencesRepository.cs" /> + <Compile Include="Data\SqliteUserRepository.cs" /> <Compile Include="Devices\CameraUploadsDynamicFolder.cs" /> <Compile Include="Devices\DeviceManager.cs" /> <Compile Include="Devices\DeviceRepository.cs" /> |
