jellyfin/Emby.Dlna/IConnectionManager.cs

9 lines
142 B
C#
Raw Normal View History

#pragma warning disable CS1591
2018-09-12 19:26:21 +02:00
namespace Emby.Dlna
2014-05-21 02:56:24 +02:00
{
public interface IConnectionManager : IDlnaEventManager, IUpnpService
2014-05-21 02:56:24 +02:00
{
}
}