jellyfin/Emby.Dlna/IConnectionManager.cs

8 lines
110 B
C#
Raw Normal View History

2014-05-20 20:56:24 -04:00

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