mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-21 01:24:44 +01:00
Mark where ILogger is being set to null
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<ItemGroup>
|
||||
<EmbeddedResource Include="Localization\iso6392.txt" />
|
||||
<EmbeddedResource Include="Localization\countries.json" />
|
||||
<EmbeddedResource Include="Localization\Core\*.json" />
|
||||
@@ -46,6 +46,6 @@
|
||||
<EmbeddedResource Include="TextEncoding\NLangDetect\Utils\messages.properties" />
|
||||
<EmbeddedResource Include="Localization\Ratings\*.txt" />
|
||||
<EmbeddedResource Include="values.txt" />
|
||||
</ItemGroup>
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
|
||||
@@ -63,7 +63,7 @@ namespace Emby.Server.Implementations.Services
|
||||
if (this.RestPath == null)
|
||||
{
|
||||
string contentType;
|
||||
// TODO: change null out
|
||||
// TODO: @bond NullLogger
|
||||
this.RestPath = FindMatchingRestPath(httpMethod, pathInfo, null, out contentType);
|
||||
|
||||
if (contentType != null)
|
||||
|
||||
Reference in New Issue
Block a user