diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-11-20 12:49:11 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-11-20 12:49:11 -0500 |
| commit | c3530e5e3255d2c2e8ec5fa4bc4635a21904235e (patch) | |
| tree | f7ebfc5622ca50d6961dfcff955d48e04f0d2f1d /MediaBrowser.Server.Implementations/MediaBrowser.Server.Implementations.csproj | |
| parent | 2f3b26ed30a460d0b4238547dce0821603784a9f (diff) | |
fixes #633 - Support Canadian ratings
Diffstat (limited to 'MediaBrowser.Server.Implementations/MediaBrowser.Server.Implementations.csproj')
| -rw-r--r-- | MediaBrowser.Server.Implementations/MediaBrowser.Server.Implementations.csproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MediaBrowser.Server.Implementations/MediaBrowser.Server.Implementations.csproj b/MediaBrowser.Server.Implementations/MediaBrowser.Server.Implementations.csproj index 282991cc1..9347ea0eb 100644 --- a/MediaBrowser.Server.Implementations/MediaBrowser.Server.Implementations.csproj +++ b/MediaBrowser.Server.Implementations/MediaBrowser.Server.Implementations.csproj @@ -266,6 +266,7 @@ <None Include="packages.config" /> </ItemGroup> <ItemGroup> + <EmbeddedResource Include="Localization\Ratings\ca.txt" /> <Content Include="swagger-ui\css\hightlight.default.css"> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> </Content> |
