update progress ping

This commit is contained in:
Luke Pulverenti
2016-03-21 23:31:35 -04:00
parent 952f34c832
commit ca308bc3c9
4 changed files with 15 additions and 6 deletions

View File

@@ -15,11 +15,14 @@ namespace MediaBrowser.Controller.Library
public BaseItem Item { get; set; }
public BaseItemInfo MediaInfo { get; set; }
public string MediaSourceId { get; set; }
public bool IsPaused { get; set; }
public string DeviceId { get; set; }
public string DeviceName { get; set; }
public string ClientName { get; set; }
public string PlaySessionId { get; set; }
public PlaybackProgressEventArgs()
{
Users = new List<User>();