diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-05-04 20:46:52 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-05-04 20:46:52 -0400 |
| commit | 8aadbf35136874ac7a279f8bc0f3a4a02a131313 (patch) | |
| tree | 735f04093e416c96ea1c75cb471692cb1f49b874 /MediaBrowser.Controller/MediaBrowser.Controller.csproj | |
| parent | c3f2021cadc56d4cca2be0ce855dac01830eb0b0 (diff) | |
support channel folders
Diffstat (limited to 'MediaBrowser.Controller/MediaBrowser.Controller.csproj')
| -rw-r--r-- | MediaBrowser.Controller/MediaBrowser.Controller.csproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MediaBrowser.Controller/MediaBrowser.Controller.csproj b/MediaBrowser.Controller/MediaBrowser.Controller.csproj index b54ad2272b..830a4829f4 100644 --- a/MediaBrowser.Controller/MediaBrowser.Controller.csproj +++ b/MediaBrowser.Controller/MediaBrowser.Controller.csproj @@ -69,6 +69,7 @@ <Link>Properties\SharedVersion.cs</Link> </Compile> <Compile Include="Channels\ChannelCategoryItem.cs" /> + <Compile Include="Channels\ChannelInfo.cs" /> <Compile Include="Channels\ChannelItemInfo.cs" /> <Compile Include="Channels\IChannel.cs" /> <Compile Include="Channels\IChannelManager.cs" /> |
