fix resolution in photo provider

This commit is contained in:
Luke Pulverenti
2014-02-19 11:24:06 -05:00
parent 950623b95d
commit 411ce21751
9 changed files with 173 additions and 90 deletions

View File

@@ -89,6 +89,12 @@ namespace MediaBrowser.Model.FileOrganization
/// <value>The duplicate paths.</value>
public List<string> DuplicatePaths { get; set; }
/// <summary>
/// Gets or sets the size of the file.
/// </summary>
/// <value>The size of the file.</value>
public long FileSize { get; set; }
public FileOrganizationResult()
{
DuplicatePaths = new List<string>();