jellyfin/Emby.Dlna/IConnectionManager.cs

8 lines
107 B
C#
Raw Normal View History

2018-09-12 10:26:21 -07:00
namespace Emby.Dlna
2014-05-20 17:56:24 -07:00
{
2014-05-20 18:15:46 -07:00
public interface IConnectionManager : IEventManager, IUpnpService
2014-05-20 17:56:24 -07:00
{
}
}