2019-01-13 20:01:16 +00:00
|
|
|
|
2018-12-27 23:27:57 +00:00
|
|
|
namespace MediaBrowser.Controller.Providers
|
|
|
|
{
|
|
|
|
/// <summary>
|
|
|
|
/// This is a marker interface that will cause a provider to run even if IsLocked=true
|
|
|
|
/// </summary>
|
|
|
|
public interface IForcedProvider
|
|
|
|
{
|
|
|
|
}
|
|
|
|
}
|