IContentDirectory.cs 106 B

1234567
  1. namespace Emby.Dlna
  2. {
  3. public interface IContentDirectory : IEventManager, IUpnpService
  4. {
  5. }
  6. }