mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-19 16:07:49 -04:00
8 lines
106 B
C#
8 lines
106 B
C#
|
|
namespace Emby.Dlna
|
|
{
|
|
public interface IContentDirectory : IEventManager, IUpnpService
|
|
{
|
|
}
|
|
}
|