diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-08-10 13:37:50 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-08-10 13:37:50 -0400 |
| commit | 1936d6db43e10cc6f45fa72fde4b1628e06b8abd (patch) | |
| tree | ad1afffae72558c9f2d2be471d00bdd729325f1d /MediaBrowser.Server.Implementations/MediaBrowser.Server.Implementations.csproj | |
| parent | 3a309db3c53542be3b2d3854b077cfd125f1f435 (diff) | |
update search hints
Diffstat (limited to 'MediaBrowser.Server.Implementations/MediaBrowser.Server.Implementations.csproj')
| -rw-r--r-- | MediaBrowser.Server.Implementations/MediaBrowser.Server.Implementations.csproj | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/MediaBrowser.Server.Implementations/MediaBrowser.Server.Implementations.csproj b/MediaBrowser.Server.Implementations/MediaBrowser.Server.Implementations.csproj index 7eddf5ed1..2571f9b2c 100644 --- a/MediaBrowser.Server.Implementations/MediaBrowser.Server.Implementations.csproj +++ b/MediaBrowser.Server.Implementations/MediaBrowser.Server.Implementations.csproj @@ -222,6 +222,9 @@ <Compile Include="LiveTv\EmbyTV\RecordingHelper.cs" /> <Compile Include="LiveTv\EmbyTV\SeriesTimerManager.cs" /> <Compile Include="LiveTv\EmbyTV\TimerManager.cs" /> + <Compile Include="LiveTv\Listings\Emby\EmbyListings.cs" /> + <Compile Include="LiveTv\Listings\Emby\EmbyListingsNorthAmerica.cs" /> + <Compile Include="LiveTv\Listings\Emby\IEmbyListingProvider.cs" /> <Compile Include="LiveTv\Listings\SchedulesDirect.cs" /> <Compile Include="LiveTv\Listings\XmlTv.cs" /> <Compile Include="LiveTv\LiveTvConfigurationFactory.cs" /> |
