mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-04-24 14:08:44 -04:00
7 lines
110 B
C#
7 lines
110 B
C#
|
|
namespace Emby.Dlna
|
|
{
|
|
public interface IConnectionManager : IEventManager, IUpnpService
|
|
{
|
|
}
|
|
}
|