jellyfin/Emby.Dlna/IContentDirectory.cs
2018-09-12 19:26:21 +02:00

8 lines
109 B
C#

namespace Emby.Dlna
{
public interface IContentDirectory : IEventManager, IUpnpService
{
}
}