mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-23 00:44:40 -04:00
8 lines
107 B
C#
8 lines
107 B
C#
|
|
namespace Emby.Dlna
|
|
{
|
|
public interface IConnectionManager : IEventManager, IUpnpService
|
|
{
|
|
}
|
|
}
|