adapt clientpairdto
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
public record ClientPairDto
|
||||
{
|
||||
public string OtherUID { get; set; }
|
||||
public string VanityUID { get; set; }
|
||||
public bool IsPaused { get; set; }
|
||||
public bool IsSynced { get; set; }
|
||||
public bool IsPausedFromOthers { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user