Fix title in logging
This commit is contained in:
parent
4574dea6f9
commit
d2487ae6ec
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ namespace LANCommander.PlaynitePlugin
|
|||
|
||||
var destination = Path.Combine(Plugin.Settings.InstallDirectory, game.Title.SanitizeFilename());
|
||||
|
||||
Logger.Trace($"Downloading and extracting \"{game}\" to path {destination}");
|
||||
Logger.Trace($"Downloading and extracting \"{game.Title}\" to path {destination}");
|
||||
|
||||
Plugin.PlayniteApi.Dialogs.ActivateGlobalProgress(progress =>
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue