namespace MediaBrowser.Controller.Providers { /// /// This is a marker interface that will cause a provider to run even if IsLocked=true /// public interface IForcedProvider { } }