jellyfin/Emby.Dlna/IContentDirectory.cs

9 lines
141 B
C#
Raw Normal View History

#pragma warning disable CS1591
2018-09-12 13:26:21 -04:00
namespace Emby.Dlna
2014-04-21 12:02:30 -04:00
{
public interface IContentDirectory : IDlnaEventManager, IUpnpService
2014-04-21 12:02:30 -04:00
{
}
}