make photos downloadable

This commit is contained in:
Luke Pulverenti 2016-02-11 00:37:07 -05:00
parent 13852b7831
commit 232d0eb14c

View file

@ -53,6 +53,11 @@ namespace MediaBrowser.Controller.Entities
}
}
public override bool CanDownload()
{
return true;
}
public int? Width { get; set; }
public int? Height { get; set; }
public string CameraMake { get; set; }