diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-08-25 22:30:52 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-08-25 22:30:52 -0400 |
| commit | 6780e146a0bbea7065f478f957642a8ce50a6643 (patch) | |
| tree | 32ec6e91597e6202049e00e712c7162f400601d2 /MediaBrowser.Controller/MediaBrowser.Controller.csproj | |
| parent | 73082a0449bcab1a9ed2932a8fe8af81dd88febc (diff) | |
remember display mirroring
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 cbf99d9a81..561ae93261 100644 --- a/MediaBrowser.Controller/MediaBrowser.Controller.csproj +++ b/MediaBrowser.Controller/MediaBrowser.Controller.csproj @@ -151,6 +151,7 @@ <Compile Include="Entities\ISupportsBoxSetGrouping.cs" /> <Compile Include="Entities\ISupportsPlaceHolders.cs" /> <Compile Include="Entities\ItemImageInfo.cs" /> + <Compile Include="Entities\IThemeMedia.cs" /> <Compile Include="Entities\LinkedChild.cs" /> <Compile Include="Entities\MusicVideo.cs" /> <Compile Include="Entities\IHasAwards.cs" /> |
