We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc24227 commit fb29c1aCopy full SHA for fb29c1a
Config.cs
@@ -4,6 +4,6 @@ namespace ImageGenerator;
4
5
public class Config
6
{
7
- [JsonProperty("iconpath")] public string IconPath { get; set; }
8
- [JsonProperty("songpath")] public string SongPath { get; set; }
+ [JsonProperty("iconpath")] public string IconPath { get; set; } = "";
+ [JsonProperty("songpath")] public string SongPath { get; set; } = "";
9
}
0 commit comments