diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-12-26 19:23:58 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-12-26 19:23:58 -0500 |
| commit | 44c0eba39d277a83712c7c20a5483e1530db3e41 (patch) | |
| tree | a2188572b744d04b853c8463052e3525238cd12e /MediaBrowser.Controller/MediaBrowser.Controller.csproj | |
| parent | 14720063bc3344791fe2b8028bc50fc83dacbdb5 (diff) | |
abstract preferred metadata language per item
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 7a9a5e8d1..f0c7d3149 100644 --- a/MediaBrowser.Controller/MediaBrowser.Controller.csproj +++ b/MediaBrowser.Controller/MediaBrowser.Controller.csproj @@ -88,6 +88,7 @@ <Compile Include="Entities\IHasImages.cs" /> <Compile Include="Entities\IHasLanguage.cs" /> <Compile Include="Entities\IHasMediaStreams.cs" /> + <Compile Include="Entities\IHasPreferredMetadataLanguage.cs" /> <Compile Include="Entities\IHasProductionLocations.cs" /> <Compile Include="Entities\IHasScreenshots.cs" /> <Compile Include="Entities\IHasSoundtracks.cs" /> |
