This commit is contained in:
stax76
2022-06-03 21:02:29 +02:00
parent 4cd92db141
commit 2ee2b31bc0
3 changed files with 6 additions and 6 deletions

View File

@@ -136,7 +136,7 @@ namespace mpvnet
{
public int ID { get; set; }
public bool External { get; set; }
public string Text { get; set; }
public string Text { get; set; } = "";
public string Type { get; set; }
}