diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-03-19 18:45:11 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-03-19 18:45:11 -0400 |
| commit | bcda2a8f0eaa304a946da29485cbc695de4b1519 (patch) | |
| tree | c86015f5b9365c694cba83dbd041389830f28310 /MediaBrowser.Controller/MediaBrowser.Controller.csproj | |
| parent | b2d1c0dee32189c93303c964a1a512f89db85e10 (diff) | |
update channels
Diffstat (limited to 'MediaBrowser.Controller/MediaBrowser.Controller.csproj')
| -rw-r--r-- | MediaBrowser.Controller/MediaBrowser.Controller.csproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MediaBrowser.Controller/MediaBrowser.Controller.csproj b/MediaBrowser.Controller/MediaBrowser.Controller.csproj index f4a5c04380..e811d75878 100644 --- a/MediaBrowser.Controller/MediaBrowser.Controller.csproj +++ b/MediaBrowser.Controller/MediaBrowser.Controller.csproj @@ -85,8 +85,10 @@ <Compile Include="Channels\ChannelSearchInfo.cs" /> <Compile Include="Channels\ChannelVideoItem.cs" /> <Compile Include="Channels\IChannel.cs" /> + <Compile Include="Channels\IChannelItem.cs" /> <Compile Include="Channels\IChannelManager.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" /> |
