aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Providers/IForcedProvider.cs
blob: 5ae4a56efc03ec336e3e7d49c6da17d1d6c63595 (plain)
1
2
3
4
5
6
7
8
9
namespace MediaBrowser.Controller.Providers
{
    /// <summary>
    /// This is a marker interface that will cause a provider to run even if an item is locked from changes.
    /// </summary>
    public interface IForcedProvider
    {
    }
}