diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-06-06 13:14:02 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-06-06 13:14:02 -0400 |
| commit | f271e358a195c8bb3e931e22ca813265c7bc1f05 (patch) | |
| tree | 5a126dee9cd8cdd958a2a0c32386361c0ec02bf6 /MediaBrowser.Controller/MediaBrowser.Controller.csproj | |
| parent | 6120286bfdc274b8cb388b1d67bf616b6c2d09d0 (diff) | |
update channels
Diffstat (limited to 'MediaBrowser.Controller/MediaBrowser.Controller.csproj')
| -rw-r--r-- | MediaBrowser.Controller/MediaBrowser.Controller.csproj | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/MediaBrowser.Controller/MediaBrowser.Controller.csproj b/MediaBrowser.Controller/MediaBrowser.Controller.csproj index 38db9e8816..5d8d62eb9c 100644 --- a/MediaBrowser.Controller/MediaBrowser.Controller.csproj +++ b/MediaBrowser.Controller/MediaBrowser.Controller.csproj @@ -73,6 +73,7 @@ <Compile Include="Channels\ChannelItemResult.cs" /> <Compile Include="Channels\ChannelItemType.cs" /> <Compile Include="Channels\ChannelMediaInfo.cs" /> + <Compile Include="Channels\ChannelParentalRating.cs" /> <Compile Include="Channels\ChannelSearchInfo.cs" /> <Compile Include="Channels\IChannel.cs" /> <Compile Include="Channels\IChannelFactory.cs" /> @@ -82,8 +83,13 @@ <Compile Include="Channels\ChannelVideoItem.cs" /> <Compile Include="Channels\Channel.cs" /> <Compile Include="Channels\IChannelMediaItem.cs" /> + <Compile Include="Channels\IHasCacheKey.cs" /> + <Compile Include="Channels\IIndexableChannel.cs" /> + <Compile Include="Channels\InternalAllChannelMediaQuery.cs" /> <Compile Include="Channels\InternalChannelFeatures.cs" /> <Compile Include="Channels\InternalChannelItemQuery.cs" /> + <Compile Include="Channels\IRequiresMediaInfoCallback.cs" /> + <Compile Include="Channels\ISearchableChannel.cs" /> <Compile Include="Chapters\ChapterSearchRequest.cs" /> <Compile Include="Chapters\IChapterProvider.cs" /> <Compile Include="Chapters\ChapterResponse.cs" /> |
