8 lines
112 B
C#
8 lines
112 B
C#
|
|
namespace Emby.Dlna
|
|
{
|
|
public interface IMediaReceiverRegistrar : IEventManager, IUpnpService
|
|
{
|
|
}
|
|
}
|