aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Emby.Server.Implementations.csproj
diff options
context:
space:
mode:
authorBond_009 <bond.009@outlook.com>2019-02-04 18:46:36 +0100
committerBond_009 <bond.009@outlook.com>2019-02-04 18:46:36 +0100
commitae5514afd62b8f0d4dd73bb9109961292f4dbd59 (patch)
treecd37be077ff6e5ca29e752eea34245df1860d7a8 /Emby.Server.Implementations/Emby.Server.Implementations.csproj
parent83af2db679bb3b06243b122825653bdb86f2fc27 (diff)
Fix loading of rating files
Diffstat (limited to 'Emby.Server.Implementations/Emby.Server.Implementations.csproj')
-rw-r--r--Emby.Server.Implementations/Emby.Server.Implementations.csproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/Emby.Server.Implementations.csproj b/Emby.Server.Implementations/Emby.Server.Implementations.csproj
index 92e3172f1..af01001a5 100644
--- a/Emby.Server.Implementations/Emby.Server.Implementations.csproj
+++ b/Emby.Server.Implementations/Emby.Server.Implementations.csproj
@@ -43,7 +43,7 @@
<EmbeddedResource Include="Localization\iso6392.txt" />
<EmbeddedResource Include="Localization\countries.json" />
<EmbeddedResource Include="Localization\Core\*.json" />
- <EmbeddedResource Include="Localization\Ratings\*.txt" />
+ <EmbeddedResource Include="Localization\Ratings\*.csv" />
</ItemGroup>
</Project>