diff options
| author | Luke <luke.pulverenti@gmail.com> | 2017-10-14 02:55:15 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-10-14 02:55:15 -0400 |
| commit | c8244f4687cb26ec1b541767b1ff59fcabbfbdb1 (patch) | |
| tree | f4eb0dfc9d9cd84f551dd445683c44497b623c14 /Emby.Server.Implementations/Emby.Server.Implementations.csproj | |
| parent | 7619ff7db543df3d8228aa87aa82a544e8dda54f (diff) | |
| parent | f8a3701bb515dae6be7d8b23bf83c4ce7aac8aa1 (diff) | |
Merge pull request #2952 from MediaBrowser/dev
Dev
Diffstat (limited to 'Emby.Server.Implementations/Emby.Server.Implementations.csproj')
| -rw-r--r-- | Emby.Server.Implementations/Emby.Server.Implementations.csproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/Emby.Server.Implementations.csproj b/Emby.Server.Implementations/Emby.Server.Implementations.csproj index 4f5471bc3..083a14788 100644 --- a/Emby.Server.Implementations/Emby.Server.Implementations.csproj +++ b/Emby.Server.Implementations/Emby.Server.Implementations.csproj @@ -67,7 +67,7 @@ <Compile Include="Devices\CameraUploadsFolder.cs" /> <Compile Include="Devices\DeviceId.cs" /> <Compile Include="Devices\DeviceManager.cs" /> - <Compile Include="Devices\DeviceRepository.cs" /> + <Compile Include="Devices\SqliteDeviceRepository.cs" /> <Compile Include="Diagnostics\CommonProcess.cs" /> <Compile Include="Diagnostics\ProcessFactory.cs" /> <Compile Include="Dto\DtoService.cs" /> |
