mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-23 17:24:46 +03:00
Update to 3.5.2 and .net core 2.1
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
using System.Collections.Generic;
|
||||
using MediaBrowser.Controller.Entities;
|
||||
|
||||
namespace MediaBrowser.Controller.Providers
|
||||
{
|
||||
public interface ILocalImageFileProvider : ILocalImageProvider
|
||||
{
|
||||
List<LocalImageInfo> GetImages(IHasMetadata item, IDirectoryService directoryService);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user