diff options
Diffstat (limited to 'Emby.Dlna/IContentDirectory.cs')
| -rw-r--r-- | Emby.Dlna/IContentDirectory.cs | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Emby.Dlna/IContentDirectory.cs b/Emby.Dlna/IContentDirectory.cs new file mode 100644 index 000000000..d63af4ef2 --- /dev/null +++ b/Emby.Dlna/IContentDirectory.cs @@ -0,0 +1,7 @@ + +namespace Emby.Dlna +{ + public interface IContentDirectory : IEventManager, IUpnpService + { + } +} |
