update remote control responses

This commit is contained in:
Luke Pulverenti
2017-04-25 14:23:20 -04:00
parent c34ff57e1c
commit 491886632d
7 changed files with 9 additions and 7 deletions

View File

@@ -16,6 +16,7 @@ namespace MediaBrowser.Controller.Library
public BaseItemInfo MediaInfo { get; set; }
public string MediaSourceId { get; set; }
public bool IsPaused { get; set; }
public bool IsAutomated { get; set; }
public string DeviceId { get; set; }
public string DeviceName { get; set; }