diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-07-05 12:51:39 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-07-05 12:51:39 -0400 |
| commit | ec2c34e9440e3f8a55c4f01ba797c280afaaa805 (patch) | |
| tree | d81943cca6bf326e203947a6edc24e31da28b743 /MediaBrowser.Controller/MediaBrowser.Controller.csproj | |
| parent | b8739952934828318c4c00a308dc893b33d953fd (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.csproj | 1 |
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" /> |
