Files
jellyfin-jellyfin-1/MediaBrowser.Controller/Dlna/IContentDirectory.cs

8 lines
128 B
C#
Raw Normal View History

2014-05-20 20:56:24 -04:00

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