IContentDirectory.cs 109 B

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