mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-01 22:36:33 +01:00
Improved image processing
This commit is contained in:
parent
8b7effd6ff
commit
e76ff3bf16
@@ -81,7 +81,7 @@ namespace MediaBrowser.Controller
|
||||
/// Gets the list of currently registered entity resolvers
|
||||
/// </summary>
|
||||
[ImportMany(typeof(BaseImageProcessor))]
|
||||
internal IEnumerable<BaseImageProcessor> ImageProcessors { get; private set; }
|
||||
public IEnumerable<BaseImageProcessor> ImageProcessors { get; private set; }
|
||||
|
||||
/// <summary>
|
||||
/// Creates a kernel based on a Data path, which is akin to our current programdata path
|
||||
|
||||
Reference in New Issue
Block a user