Minior tweaks

This commit is contained in:
Serge
2023-08-24 11:54:09 +02:00
parent a97bfc2a58
commit 47f86d222f
4 changed files with 65 additions and 13 deletions

View File

@@ -65,7 +65,13 @@ namespace GHelper.AnimeMatrix
StopMatrixTimer();
StopMatrixAudio();
mat.SetProvider();
try
{
mat.SetProvider();
} catch (Exception ex) {
Logger.WriteLine(ex.Message);
return;
}
if (wakeUp && AppConfig.ContainsModel("401")) mat.WakeUp();