8 lines
128 B
C#
8 lines
128 B
C#
|
|
namespace MediaBrowser.Controller.Dlna
|
|
{
|
|
public interface IContentDirectory : IEventManager, IUpnpService
|
|
{
|
|
}
|
|
}
|