jellyfin/MediaBrowser.Controller/Dlna/IContentDirectory.cs

8 lines
128 B
C#
Raw Normal View History

2014-05-20 17:56:24 -07:00

2014-04-21 09:02:30 -07:00
namespace MediaBrowser.Controller.Dlna
{
2014-05-20 18:15:46 -07:00
public interface IContentDirectory : IEventManager, IUpnpService
2014-04-21 09:02:30 -07:00
{
}
}