aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Emby.Server.Implementations.csproj
diff options
context:
space:
mode:
authorLuke <luke.pulverenti@gmail.com>2017-10-14 02:55:15 -0400
committerGitHub <noreply@github.com>2017-10-14 02:55:15 -0400
commitc8244f4687cb26ec1b541767b1ff59fcabbfbdb1 (patch)
treef4eb0dfc9d9cd84f551dd445683c44497b623c14 /Emby.Server.Implementations/Emby.Server.Implementations.csproj
parent7619ff7db543df3d8228aa87aa82a544e8dda54f (diff)
parentf8a3701bb515dae6be7d8b23bf83c4ce7aac8aa1 (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.csproj2
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" />