update recording audio sync

This commit is contained in:
Luke Pulverenti
2016-05-03 00:17:57 -04:00
parent 5f609dca81
commit fdc37a2b58
8 changed files with 17 additions and 10 deletions

View File

@@ -8,6 +8,5 @@ namespace MediaBrowser.Model.Connect
public string Email { get; set; }
public bool IsActive { get; set; }
public string ImageUrl { get; set; }
public bool IsSupporter { get; set; }
}
}