소스 검색

update project

Luke Pulverenti 8 년 전
부모
커밋
a238556202
2개의 변경된 파일4개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Emby.Common.Implementations/BaseApplicationHost.cs
  2. 3 0
      Emby.Server.Implementations/Emby.Server.Implementations.csproj

+ 1 - 1
Emby.Common.Implementations/BaseApplicationHost.cs

@@ -561,7 +561,7 @@ namespace Emby.Common.Implementations
         {
             if (assembly == null)
             {
-                throw new ArgumentNullException("assembly");
+                return new List<Type>();
             }
 
             try

+ 3 - 0
Emby.Server.Implementations/Emby.Server.Implementations.csproj

@@ -418,6 +418,9 @@
   <ItemGroup>
     <EmbeddedResource Include="Localization\Ratings\uk.txt" />
   </ItemGroup>
+  <ItemGroup>
+    <EmbeddedResource Include="Localization\Ratings\es.txt" />
+  </ItemGroup>
   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
        Other similar extension points exist, see Microsoft.Common.targets.