fixed ticket 129

This commit is contained in:
Valentin
2021-05-22 22:35:44 +02:00
parent 2af6557fc8
commit d536df54ef

View File

@@ -172,7 +172,7 @@ namespace FModel.ViewModels
[JsonProperty("customChannels", NullValueHandling = NullValueHandling.Ignore)]
public object[] CustomChannels;
[JsonProperty("deviceId", NullValueHandling = NullValueHandling.Ignore)]
public long DeviceId;
public string DeviceId;
[JsonProperty("formatVersion", NullValueHandling = NullValueHandling.Ignore)]
public int FormatVersion;
[JsonProperty("locale", NullValueHandling = NullValueHandling.Ignore)]