aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/MediaBrowser.Controller.csproj
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2014-07-05 12:51:39 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2014-07-05 12:51:39 -0400
commitec2c34e9440e3f8a55c4f01ba797c280afaaa805 (patch)
treed81943cca6bf326e203947a6edc24e31da28b743 /MediaBrowser.Controller/MediaBrowser.Controller.csproj
parentb8739952934828318c4c00a308dc893b33d953fd (diff)
fixes #834 - Change view of TV Shows or Interface for plugins
Diffstat (limited to 'MediaBrowser.Controller/MediaBrowser.Controller.csproj')
-rw-r--r--MediaBrowser.Controller/MediaBrowser.Controller.csproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/MediaBrowser.Controller/MediaBrowser.Controller.csproj b/MediaBrowser.Controller/MediaBrowser.Controller.csproj
index ae7118be94..4ad3033f9e 100644
--- a/MediaBrowser.Controller/MediaBrowser.Controller.csproj
+++ b/MediaBrowser.Controller/MediaBrowser.Controller.csproj
@@ -232,6 +232,7 @@
<Compile Include="Providers\IMetadataService.cs" />
<Compile Include="Providers\IRemoteMetadataProvider.cs" />
<Compile Include="Providers\VideoContentType.cs" />
+ <Compile Include="RelatedMedia\IRelatedMediaProvider.cs" />
<Compile Include="Security\IEncryptionManager.cs" />
<Compile Include="Subtitles\ISubtitleManager.cs" />
<Compile Include="Subtitles\ISubtitleProvider.cs" />