aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/MediaBrowser.Model.csproj
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2013-11-15 16:31:44 -0500
committerLuke Pulverenti <luke.pulverenti@gmail.com>2013-11-15 16:31:44 -0500
commit83d70c54ec303fab934f76fdd493cfa73c89533f (patch)
treef19cc679e314b9cc2a1a6662fce4bab9b31fc4fe /MediaBrowser.Model/MediaBrowser.Model.csproj
parenta09e330d4e3ee9cea57f3568c8684dce66c44142 (diff)
Updated live tv api
Diffstat (limited to 'MediaBrowser.Model/MediaBrowser.Model.csproj')
-rw-r--r--MediaBrowser.Model/MediaBrowser.Model.csproj5
1 files changed, 3 insertions, 2 deletions
diff --git a/MediaBrowser.Model/MediaBrowser.Model.csproj b/MediaBrowser.Model/MediaBrowser.Model.csproj
index 48f298778..6ff6fcf73 100644
--- a/MediaBrowser.Model/MediaBrowser.Model.csproj
+++ b/MediaBrowser.Model/MediaBrowser.Model.csproj
@@ -60,8 +60,9 @@
<Compile Include="Dto\ItemCounts.cs" />
<Compile Include="Dto\ItemIndex.cs" />
<Compile Include="Entities\PackageReviewInfo.cs" />
- <Compile Include="LiveTv\EpgFullInfo.cs" />
- <Compile Include="LiveTv\EpgInfo.cs" />
+ <Compile Include="LiveTv\ChannelGuide.cs" />
+ <Compile Include="LiveTv\ProgramInfo.cs" />
+ <Compile Include="LiveTv\RecordingQuery.cs" />
<Compile Include="Providers\ImageProviderInfo.cs" />
<Compile Include="Providers\RemoteImageInfo.cs" />
<Compile Include="Dto\StudioDto.cs" />