mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-23 09:14:45 +03:00
added new image params
This commit is contained in:
@@ -182,6 +182,8 @@ namespace MediaBrowser.Controller.Dto
|
||||
return;
|
||||
}
|
||||
|
||||
dto.OriginalPrimaryImageAspectRatio = size.Width / size.Height;
|
||||
|
||||
var supportedEnhancers = Kernel.Instance.ImageManager.ImageEnhancers.Where(i =>
|
||||
{
|
||||
try
|
||||
|
||||
Reference in New Issue
Block a user