diff options
| author | Bond_009 <bond.009@outlook.com> | 2019-02-04 18:46:36 +0100 |
|---|---|---|
| committer | Bond_009 <bond.009@outlook.com> | 2019-02-04 18:46:36 +0100 |
| commit | ae5514afd62b8f0d4dd73bb9109961292f4dbd59 (patch) | |
| tree | cd37be077ff6e5ca29e752eea34245df1860d7a8 /Emby.Server.Implementations/Emby.Server.Implementations.csproj | |
| parent | 83af2db679bb3b06243b122825653bdb86f2fc27 (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.csproj | 2 |
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> |
