Reports - Code cleanup, Added user image to Activities log, Export update

This commit is contained in:
Tavares André
2015-07-27 20:16:37 +02:00
parent a714926d63
commit 733a391cec
13 changed files with 373 additions and 958 deletions

View File

@@ -67,5 +67,9 @@ namespace MediaBrowser.Api.Reports
/// <summary> Gets or sets the type. </summary>
/// <value> The type. </value>
public ReportIncludeItemTypes RowType { get; set; }
/// <summary> Gets or sets the identifier of the user. </summary>
/// <value> The identifier of the user. </value>
public string UserId { get; set; }
}
}