jellyfin-server/Emby.Dlna/IMediaReceiverRegistrar.cs

8 lines
112 B
C#
Raw Normal View History

2018-09-12 17:26:21 +00:00
namespace Emby.Dlna
2015-01-30 17:58:38 +00:00
{
public interface IMediaReceiverRegistrar : IEventManager, IUpnpService
{
}
}