diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-01-14 10:50:39 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-01-14 10:50:39 -0500 |
| commit | ce13ff95ad92fb2ee9448ac0a8d4054a6d043b14 (patch) | |
| tree | f16e1fa71256847fb23e17c86c31679b0e57dbb7 /MediaBrowser.Controller/MediaBrowser.Controller.csproj | |
| parent | eb42293901e15ef2f334390681ef71a84e247886 (diff) | |
support plot keywords
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 14205e6685..af3857f178 100644 --- a/MediaBrowser.Controller/MediaBrowser.Controller.csproj +++ b/MediaBrowser.Controller/MediaBrowser.Controller.csproj @@ -87,6 +87,7 @@ <Compile Include="Entities\IHasCriticRating.cs" /> <Compile Include="Entities\IHasDisplayOrder.cs" /> <Compile Include="Entities\IHasImages.cs" /> + <Compile Include="Entities\IHasKeywords.cs" /> <Compile Include="Entities\IHasMediaStreams.cs" /> <Compile Include="Entities\IHasPreferredMetadataLanguage.cs" /> <Compile Include="Entities\IHasProductionLocations.cs" /> |
