jellyfin/MediaBrowser.Controller/Dlna/IContentDirectory.cs
2014-05-20 20:56:24 -04:00

7 lines
113 B
C#

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