update dlna profiles

This commit is contained in:
Luke Pulverenti
2017-05-12 14:09:42 -04:00
parent 911de889b1
commit 2e3d1780e4
40 changed files with 182 additions and 730 deletions

View File

@@ -112,5 +112,7 @@ namespace MediaBrowser.Controller.Drawing
/// </summary>
/// <value><c>true</c> if [supports image collage creation]; otherwise, <c>false</c>.</value>
bool SupportsImageCollageCreation { get; }
IImageEncoder ImageEncoder { get; set; }
}
}