aboutsummaryrefslogtreecommitdiff
path: root/Emby.Dlna/IContentDirectory.cs
blob: d63af4ef2191e92aa9c40ba2c7f65e835f64d80e (plain)
1
2
3
4
5
6
7
namespace Emby.Dlna
{
    public interface IContentDirectory : IEventManager, IUpnpService
    {
    }
}