mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-24 01:34:45 +03:00
Created IConfigurationManager
This commit is contained in:
@@ -268,7 +268,7 @@ namespace MediaBrowser.Api.Images
|
||||
/// <exception cref="ResourceNotFoundException"></exception>
|
||||
private object GetImage(ImageRequest request, BaseItem item)
|
||||
{
|
||||
var kernel = (Kernel)Kernel;
|
||||
var kernel = Kernel.Instance;
|
||||
|
||||
var index = request.Index ?? 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user