mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-05-24 02:02:29 -04:00
Fix build error
This commit is contained in:
parent
2a1f6361a5
commit
cabb824f2a
@ -62,7 +62,7 @@ namespace Emby.Server.Implementations.Localization
|
||||
{
|
||||
const string ratingsResource = "Emby.Server.Implementations.Ratings.";
|
||||
|
||||
Directory.CreateDirectory(localizationPath);
|
||||
Directory.CreateDirectory(LocalizationPath);
|
||||
|
||||
var existingFiles = GetRatingsFiles(LocalizationPath).Select(Path.GetFileName);
|
||||
|
||||
@ -269,8 +269,6 @@ namespace Emby.Server.Implementations.Localization
|
||||
}
|
||||
|
||||
return GetRatings(countryCode) ?? GetRatings("us");
|
||||
|
||||
return ratings;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
Loading…
x
Reference in New Issue
Block a user