jellyfin/Emby.Dlna/IContentDirectory.cs

8 lines
106 B
C#
Raw Normal View History

2018-09-12 19:26:21 +02:00
namespace Emby.Dlna
2014-04-21 18:02:30 +02:00
{
2014-05-21 03:15:46 +02:00
public interface IContentDirectory : IEventManager, IUpnpService
2014-04-21 18:02:30 +02:00
{
}
}