diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-06-06 10:33:11 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-06-06 10:33:11 -0400 |
| commit | 1ddc193e588f6231c327a769b580f48cba03a77f (patch) | |
| tree | 3c00a0e259828d375cf6423f664a7430e1c3825b /MediaBrowser.Server.Implementations/MediaBrowser.Server.Implementations.csproj | |
| parent | 0f33dfe7027806c82b2b792b073e825be22364f7 (diff) | |
support xbmc naming convention for subtitles
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 ca68b6fd3..60afc8413 100644 --- a/MediaBrowser.Server.Implementations/MediaBrowser.Server.Implementations.csproj +++ b/MediaBrowser.Server.Implementations/MediaBrowser.Server.Implementations.csproj @@ -138,6 +138,7 @@ <Compile Include="Library\Resolvers\TV\SeriesResolver.cs" /> <Compile Include="Library\Resolvers\VideoResolver.cs" /> <Compile Include="Library\UserManager.cs" /> + <Compile Include="Localization\LocalizationManager.cs" /> <Compile Include="MediaEncoder\MediaEncoder.cs" /> <Compile Include="Properties\AssemblyInfo.cs" /> <Compile Include="Providers\ProviderManager.cs" /> |
