fix language selections

This commit is contained in:
Luke Pulverenti
2014-06-18 11:12:20 -04:00
parent cf7c88a7e2
commit f98b619b64
9 changed files with 556 additions and 53 deletions

View File

@@ -1,8 +1,6 @@
using MediaBrowser.Controller.Entities;
using MediaBrowser.Controller.Providers;
using MediaBrowser.Model.Drawing;
using MediaBrowser.Model.Entities;
using System;
using System.Collections.Generic;
namespace MediaBrowser.Controller.Drawing
@@ -11,14 +9,10 @@ namespace MediaBrowser.Controller.Drawing
{
public IHasImages Item { get; set; }
public ImageType ImageType { get; set; }
public ItemImageInfo Image { get; set; }
public int ImageIndex { get; set; }
public string OriginalImagePath { get; set; }
public DateTime OriginalImageDateModified { get; set; }
public bool CropWhiteSpace { get; set; }
public int? Width { get; set; }