add image magick libs

This commit is contained in:
Luke Pulverenti
2015-02-21 02:32:49 -05:00
parent d2b3146108
commit 59e005e976
5 changed files with 68 additions and 4 deletions

View File

@@ -5,10 +5,22 @@ namespace MediaBrowser.Controller.Entities
{
public class ItemImageInfo
{
/// <summary>
/// Gets or sets the path.
/// </summary>
/// <value>The path.</value>
public string Path { get; set; }
/// <summary>
/// Gets or sets the type.
/// </summary>
/// <value>The type.</value>
public ImageType Type { get; set; }
/// <summary>
/// Gets or sets the date modified.
/// </summary>
/// <value>The date modified.</value>
public DateTime DateModified { get; set; }
}
}

View File

@@ -177,7 +177,7 @@ namespace MediaBrowser.Controller.Providers
public class PersonLookupInfo : ItemLookupInfo
{
}
public class MovieInfo : ItemLookupInfo