jellyfin/MediaBrowser.Controller/Dlna/IContentDirectory.cs

8 lines
113 B
C#
Raw Normal View History

2014-05-21 02:56:24 +02:00

2014-04-21 18:02:30 +02:00
namespace MediaBrowser.Controller.Dlna
{
2014-05-21 02:56:24 +02:00
public interface IContentDirectory : IUpnpService
2014-04-21 18:02:30 +02:00
{
}
}