jellyfin/Emby.Dlna/IContentDirectory.cs

9 lines
137 B
C#
Raw Normal View History

#pragma warning disable CS1591
2018-09-12 10:26:21 -07:00
namespace Emby.Dlna
2014-04-21 09:02:30 -07:00
{
2014-05-20 18:15:46 -07:00
public interface IContentDirectory : IEventManager, IUpnpService
2014-04-21 09:02:30 -07:00
{
}
}