jellyfin/MediaBrowser.Controller/Dlna/IConnectionManager.cs

8 lines
129 B
C#
Raw Normal View History

2014-05-21 02:56:24 +02:00

namespace MediaBrowser.Controller.Dlna
{
2014-05-21 03:15:46 +02:00
public interface IConnectionManager : IEventManager, IUpnpService
2014-05-21 02:56:24 +02:00
{
}
}