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