mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-06-06 07:04:31 -04:00
10 lines
198 B
C#
10 lines
198 B
C#
namespace MediaBrowser.Controller.Providers
|
|
{
|
|
/// <summary>
|
|
/// This is just a marker interface
|
|
/// </summary>
|
|
public interface ILocalImageProvider : IImageProvider
|
|
{
|
|
}
|
|
}
|