diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2017-03-03 00:53:21 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2017-03-03 00:53:21 -0500 |
| commit | 7cbc76af27637fca10bca21d0b343f96b1a02b6a (patch) | |
| tree | 4a9f055e10fa90384d74a635ca535e3de328f9bd /Emby.Server.Implementations/Emby.Server.Implementations.csproj | |
| parent | b9c12ca4a75a8efc4506b1711808931d77ed8c83 (diff) | |
3.2.5.4
Diffstat (limited to 'Emby.Server.Implementations/Emby.Server.Implementations.csproj')
| -rw-r--r-- | Emby.Server.Implementations/Emby.Server.Implementations.csproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Emby.Server.Implementations/Emby.Server.Implementations.csproj b/Emby.Server.Implementations/Emby.Server.Implementations.csproj index 32954da35..c704d0e4e 100644 --- a/Emby.Server.Implementations/Emby.Server.Implementations.csproj +++ b/Emby.Server.Implementations/Emby.Server.Implementations.csproj @@ -172,8 +172,8 @@ <Compile Include="LiveTv\TunerHosts\HdHomerun\HdHomerunManager.cs" /> <Compile Include="LiveTv\TunerHosts\HdHomerun\HdHomerunDiscovery.cs" /> <Compile Include="LiveTv\TunerHosts\HdHomerun\HdHomerunHost.cs" /> - <Compile Include="LiveTv\TunerHosts\HdHomerun\HdHomerunLiveStream.cs" /> - <Compile Include="LiveTv\TunerHosts\HdHomerun\LegacyHdHomerunLiveStream.cs" /> + <Compile Include="LiveTv\TunerHosts\HdHomerun\HdHomerunHttpStream.cs" /> + <Compile Include="LiveTv\TunerHosts\HdHomerun\HdHomerunUdpStream.cs" /> <Compile Include="LiveTv\TunerHosts\M3uParser.cs" /> <Compile Include="LiveTv\TunerHosts\M3UTunerHost.cs" /> <Compile Include="LiveTv\TunerHosts\MulticastStream.cs" /> |
