adapt clientpairdto

This commit is contained in:
Stanley Dimant
2022-08-24 23:10:37 +02:00
parent 37d4eb5b1d
commit 645dd0b18f

View File

@@ -3,6 +3,7 @@
public record ClientPairDto public record ClientPairDto
{ {
public string OtherUID { get; set; } public string OtherUID { get; set; }
public string VanityUID { get; set; }
public bool IsPaused { get; set; } public bool IsPaused { get; set; }
public bool IsSynced { get; set; } public bool IsSynced { get; set; }
public bool IsPausedFromOthers { get; set; } public bool IsPausedFromOthers { get; set; }