update inherited images

This commit is contained in:
Luke Pulverenti
2017-06-29 15:10:58 -04:00
parent a0910fc280
commit dcaf8356e6
23 changed files with 178 additions and 9 deletions

View File

@@ -37,6 +37,7 @@ namespace MediaBrowser.Model.Session
/// <summary>
/// The fast forward
/// </summary>
FastForward
FastForward,
PlayPause
}
}

View File

@@ -26,6 +26,8 @@ namespace MediaBrowser.Model.Session
/// <value>The id.</value>
public string Id { get; set; }
public string ServerId { get; set; }
/// <summary>
/// Gets or sets the user id.
/// </summary>