mirror of
https://github.com/terrymacdonald/DisplayMagician.git
synced 2025-07-25 12:53:07 +00:00
Cached steam game information is now saved as an indented json file
This commit is contained in:
@ -225,7 +225,7 @@ namespace HeliosDisplayManagement.Steam
|
||||
{
|
||||
try
|
||||
{
|
||||
var json = JsonConvert.SerializeObject(gameIds);
|
||||
var json = JsonConvert.SerializeObject(gameIds, Formatting.Indented);
|
||||
|
||||
if (!string.IsNullOrWhiteSpace(json))
|
||||
{
|
||||
|
Reference in New Issue
Block a user