repo creation with initial code after cloning public repo
This commit is contained in:
@@ -0,0 +1,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
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user