parent
07db2025a1
commit
c4013d2e10
@ -1,11 +1,9 @@
|
|||||||
namespace MediaBrowser.Model.Dto
|
namespace MediaBrowser.Model.Dto
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Class UserDataDto extends UserItemDataDto to allow nullable members.
|
/// This is used by the api to get information about a item user data.
|
||||||
/// This change allow us to implement the new /Users/{UserId}/Items/{ItemId}/UserData endpoint.
|
|
||||||
/// This object allows the requestor to update all or specific user data fields without altering the non-nullable members state.
|
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public class UserDataDto : UserItemDataDto
|
public class UpdateUserItemDataDto : UserItemDataDto
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets or sets the playback position ticks.
|
/// Gets or sets the playback position ticks.
|
Loading…
Reference in new issue