make dlna project portable

This commit is contained in:
Luke Pulverenti
2016-11-04 04:31:05 -04:00
parent c29394a81a
commit 6d250c4050
54 changed files with 1324 additions and 1042 deletions

View File

@@ -1,4 +1,5 @@
using System.Collections.Generic;
using System.IO;
namespace MediaBrowser.Controller.Dlna
{
@@ -6,7 +7,7 @@ namespace MediaBrowser.Controller.Dlna
{
public IDictionary<string, string> Headers { get; set; }
public string InputXml { get; set; }
public Stream InputXml { get; set; }
public string TargetServerUuId { get; set; }