mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-19 04:34:18 +01:00
added item type to refresh info
This commit is contained in:
@@ -17,7 +17,7 @@ namespace MediaBrowser.Controller.Providers
|
||||
|
||||
public interface ILocalImageFileProvider : ILocalImageProvider
|
||||
{
|
||||
List<LocalImageInfo> GetImages(IHasImages item);
|
||||
List<LocalImageInfo> GetImages(IHasImages item, DirectoryService directoryService);
|
||||
}
|
||||
|
||||
public class LocalImageInfo
|
||||
|
||||
Reference in New Issue
Block a user