mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-07 08:18:54 +01:00
fix resolution in photo provider
This commit is contained in:
@@ -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>();
|
||||
|
||||
Reference in New Issue
Block a user