Skip to content

Commit fb29c1a

Browse files
author
Awbugl
committed
Update Config.cs
1 parent fc24227 commit fb29c1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Config.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ namespace ImageGenerator;
44

55
public class Config
66
{
7-
[JsonProperty("iconpath")] public string IconPath { get; set; }
8-
[JsonProperty("songpath")] public string SongPath { get; set; }
7+
[JsonProperty("iconpath")] public string IconPath { get; set; } = "";
8+
[JsonProperty("songpath")] public string SongPath { get; set; } = "";
99
}

0 commit comments

Comments
 (0)