2018-12-27 23:27:57 +00:00
|
|
|
namespace MediaBrowser.Controller.Providers
|
|
|
|
{
|
|
|
|
/// <summary>
|
2020-03-09 14:05:03 +00:00
|
|
|
/// This is a marker interface that will cause a provider to run even if an item is locked from changes.
|
2018-12-27 23:27:57 +00:00
|
|
|
/// </summary>
|
|
|
|
public interface IForcedProvider
|
|
|
|
{
|
|
|
|
}
|
|
|
|
}
|