mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-01 01:30:19 -05:00
8 lines
129 B
C#
8 lines
129 B
C#
|
|
namespace MediaBrowser.Controller.Dlna
|
|
{
|
|
public interface IConnectionManager : IEventManager, IUpnpService
|
|
{
|
|
}
|
|
}
|