Updated SettingJson
Changed from object to string, as it was to difficult to handle any data field in the value.
This commit is contained in:
parent
e670ad5701
commit
904db16461
1 changed files with 1 additions and 1 deletions
|
|
@ -6,5 +6,5 @@ namespace FreeTubeSync.Model.Json;
|
||||||
public class SettingJson
|
public class SettingJson
|
||||||
{
|
{
|
||||||
public string _id { get; set; } = string.Empty;
|
public string _id { get; set; } = string.Empty;
|
||||||
public object value { get; set; }
|
public string value { get; set; }
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue