jellyfin-server/Emby.Dlna/IConnectionManager.cs

9 lines
138 B
C#
Raw Normal View History

#pragma warning disable CS1591
2018-09-12 17:26:21 +00:00
namespace Emby.Dlna
2014-05-21 00:56:24 +00:00
{
2014-05-21 01:15:46 +00:00
public interface IConnectionManager : IEventManager, IUpnpService
2014-05-21 00:56:24 +00:00
{
}
}