updated nuget

This commit is contained in:
Luke Pulverenti
2014-05-11 19:02:28 -04:00
parent 0d605b8672
commit b9b568de13
36 changed files with 319 additions and 239 deletions

View File

@@ -17,18 +17,4 @@ namespace MediaBrowser.Controller.Dlna
Headers = new Dictionary<string, string>();
}
}
public class ControlResponse
{
public IDictionary<string, string> Headers { get; set; }
public string Xml { get; set; }
public bool IsSuccessful { get; set; }
public ControlResponse()
{
Headers = new Dictionary<string, string>();
}
}
}