jellyfin/MediaBrowser.Controller/Dlna/IConnectionManager.cs
2014-05-20 21:15:46 -04:00

8 lines
129 B
C#

namespace MediaBrowser.Controller.Dlna
{
public interface IConnectionManager : IEventManager, IUpnpService
{
}
}