jellyfin/Emby.Dlna/IContentDirectory.cs
2019-01-13 20:54:44 +01:00

8 lines
106 B
C#

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