aboutsummaryrefslogtreecommitdiff
path: root/Emby.Dlna/IContentDirectory.cs
blob: 83ef09c66524844364c6e881b0798358019cc243 (plain)
1
2
3
4
5
6
7
8
#pragma warning disable CS1591

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