Fixed issues with language selection
Fixed game name field not resetting properly
This commit is contained in:
parent
933e84cdaa
commit
a5ca4ceb33
5 changed files with 43 additions and 47 deletions
|
@ -17,8 +17,6 @@ namespace auto_creamapi.Services
|
|||
{
|
||||
public interface ICacheService
|
||||
{
|
||||
public List<string> Languages { get; }
|
||||
|
||||
public Task Initialize();
|
||||
|
||||
//public Task UpdateCache();
|
||||
|
@ -48,7 +46,6 @@ namespace auto_creamapi.Services
|
|||
|
||||
public CacheService()
|
||||
{
|
||||
Languages = Misc.DefaultLanguages;
|
||||
}
|
||||
|
||||
/*public async void Initialize()
|
||||
|
@ -57,8 +54,6 @@ namespace auto_creamapi.Services
|
|||
await UpdateCache();
|
||||
}*/
|
||||
|
||||
public List<string> Languages { get; }
|
||||
|
||||
public async Task Initialize()
|
||||
{
|
||||
MyLogger.Log.Information("Updating cache...");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue