Added support for linked children

This commit is contained in:
Luke Pulverenti
2013-07-05 09:47:10 -04:00
parent f98b611deb
commit a19bfc8f07
12 changed files with 194 additions and 44 deletions

View File

@@ -72,6 +72,7 @@ namespace MediaBrowser.Model.Dto
public ImageOptions()
{
Quality = 100;
EnableImageEnhancers = true;
}
}
}