We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f236e7 commit f976ce2Copy full SHA for f976ce2
3 files changed
src/Plugins/ColorDesktop.BmPlugin/BmApi.cs
@@ -13,7 +13,7 @@ public static class BmApi
13
14
return JsonSerializer.Deserialize(data, JsonGen.Default.ListBmObj);
15
}
16
- catch
+ catch(Exception e)
17
{
18
19
src/Plugins/ColorDesktop.BmPlugin/BmObj.cs
@@ -13,7 +13,7 @@ public record WeekDayObj
[JsonPropertyName("ja")]
public string Ja { get; set; }
[JsonPropertyName("id")]
- public string Id { get; set; }
+ public int Id { get; set; }
public record ItemObj
src/Plugins/ColorDesktop.BmPlugin/plugin.json
@@ -22,6 +22,6 @@
22
],
23
"Permission": true,
24
"Reload": true,
25
- "Version": "1.6.4",
+ "Version": "1.6.5",
26
"ApiVersion": "6"
27
0 commit comments