Development 7
This commit is contained in:
@@ -22,7 +22,7 @@ namespace FoxTube.Background
|
||||
{
|
||||
public static event NotificationHandler NotificationRecieved;
|
||||
|
||||
public List<Notification> Notifications = new List<Notification>();
|
||||
List<Notification> Notifications = new List<Notification>();
|
||||
private DateTime lastCheck = DateTime.Now;
|
||||
|
||||
private ApplicationDataContainer settings = ApplicationData.Current.LocalSettings;
|
||||
@@ -124,7 +124,7 @@ namespace FoxTube.Background
|
||||
doc["posts"].FirstChild["content"].InnerText,
|
||||
XmlConvert.ToDateTime((doc["posts"].FirstChild as XmlElement).GetAttribute("time"),
|
||||
XmlDateTimeSerializationMode.Unspecified),
|
||||
(doc["posts"].FirstChild as XmlElement).GetAttribute("image")));
|
||||
(doc["posts"].FirstChild as XmlElement).GetAttribute("image"), null));
|
||||
|
||||
return doc.InnerXml;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user