jellyfin/Emby.Dlna/IMediaReceiverRegistrar.cs

8 lines
112 B
C#
Raw Normal View History

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