diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2017-11-14 02:41:21 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2017-11-14 02:41:21 -0500 |
| commit | 2f758676d0908f07dafc3ec5434bbaf4cf82529c (patch) | |
| tree | 0e595cfe51829827a1bcd6f6dc20392ee3816794 /Emby.Server.Implementations/Emby.Server.Implementations.csproj | |
| parent | 2c6cbb33eead0236cbf89fb4afab486aa8510647 (diff) | |
support sharing m3u tuner streams
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 6b2a005f9..7ccf54d20 100644 --- a/Emby.Server.Implementations/Emby.Server.Implementations.csproj +++ b/Emby.Server.Implementations/Emby.Server.Implementations.csproj @@ -404,11 +404,11 @@ <Compile Include="LiveTv\TunerHosts\BaseTunerHost.cs" /> <Compile Include="LiveTv\TunerHosts\HdHomerun\HdHomerunManager.cs" /> <Compile Include="LiveTv\TunerHosts\HdHomerun\HdHomerunHost.cs" /> - <Compile Include="LiveTv\TunerHosts\HdHomerun\HdHomerunHttpStream.cs" /> <Compile Include="LiveTv\TunerHosts\HdHomerun\HdHomerunUdpStream.cs" /> <Compile Include="LiveTv\TunerHosts\LiveStream.cs" /> <Compile Include="LiveTv\TunerHosts\M3uParser.cs" /> <Compile Include="LiveTv\TunerHosts\M3UTunerHost.cs" /> + <Compile Include="LiveTv\TunerHosts\SharedHttpStream.cs" /> <Compile Include="Localization\LocalizationManager.cs" /> <Compile Include="Localization\TextLocalizer.cs" /> <Compile Include="Logging\ConsoleLogger.cs" /> |
