jellyfin/Emby.Dlna/IContentDirectory.cs

8 lines
109 B
C#
Raw Normal View History

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

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