use ImageMagick scale method

This commit is contained in:
Luke Pulverenti
2015-10-28 00:06:13 -04:00
parent ed0e1399fc
commit 818662e051
19 changed files with 77 additions and 80 deletions

View File

@@ -10,13 +10,6 @@ namespace MediaBrowser.Controller.Entities
/// </summary>
public class Studio : BaseItem, IItemByName, IHasTags
{
public List<string> Tags { get; set; }
public Studio()
{
Tags = new List<string>();
}
/// <summary>
/// Gets the user data key.
/// </summary>