repo creation with initial code after cloning public repo
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
#pragma warning disable CA1819, CS1591
|
||||
|
||||
namespace MediaBrowser.Controller.Channels
|
||||
{
|
||||
public interface IHasFolderAttributes
|
||||
{
|
||||
string[] Attributes { get; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user