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