diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-09-26 11:48:14 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-09-26 11:48:14 -0400 |
| commit | 98442402a5f8f8f37de5dcac07a1d08666623d74 (patch) | |
| tree | b14438250db46b158a342b288dee97112a3ae5d6 /MediaBrowser.Controller/MediaBrowser.Controller.csproj | |
| parent | 0a313b508790b0051d65c7e1c2e5aa549d9d0a24 (diff) | |
fixes #550 - Add internal interfaces for live tv
Diffstat (limited to 'MediaBrowser.Controller/MediaBrowser.Controller.csproj')
| -rw-r--r-- | MediaBrowser.Controller/MediaBrowser.Controller.csproj | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/MediaBrowser.Controller/MediaBrowser.Controller.csproj b/MediaBrowser.Controller/MediaBrowser.Controller.csproj index 0b27a350bd..57219ae513 100644 --- a/MediaBrowser.Controller/MediaBrowser.Controller.csproj +++ b/MediaBrowser.Controller/MediaBrowser.Controller.csproj @@ -96,6 +96,9 @@ <Compile Include="Library\ILibraryPrescanTask.cs" /> <Compile Include="Library\IMetadataSaver.cs" /> <Compile Include="Library\ItemUpdateType.cs" /> + <Compile Include="LiveTv\ChannelInfo.cs" /> + <Compile Include="LiveTv\ILiveTvManager.cs" /> + <Compile Include="LiveTv\ILiveTvService.cs" /> <Compile Include="Localization\ILocalizationManager.cs" /> <Compile Include="Notifications\INotificationsRepository.cs" /> <Compile Include="Notifications\NotificationUpdateEventArgs.cs" /> |
