namespace MediaBrowser.Controller.Providers { /// /// This is just a marker interface /// public interface ILocalImageProvider : IImageProvider { } }