jellyfin/MediaBrowser.Controller/Dlna/IContentDirectory.cs
2014-05-20 21:15:46 -04:00

8 lines
128 B
C#

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