aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Notifications/Notification.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2014-07-01 00:06:28 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2014-07-01 00:06:28 -0400
commit43943657b7ea0c607f998c6397d3878e3fb05c5f (patch)
tree3ac5009b82a2366bed09be8b0222a53a9c8c57de /MediaBrowser.Model/Notifications/Notification.cs
parentf77209cf77aebd2ba8a8f35de41cbbaeaf36a47a (diff)
add additional view settings
Diffstat (limited to 'MediaBrowser.Model/Notifications/Notification.cs')
-rw-r--r--MediaBrowser.Model/Notifications/Notification.cs5
1 files changed, 0 insertions, 5 deletions
diff --git a/MediaBrowser.Model/Notifications/Notification.cs b/MediaBrowser.Model/Notifications/Notification.cs
index 731c3d303..5439b838d 100644
--- a/MediaBrowser.Model/Notifications/Notification.cs
+++ b/MediaBrowser.Model/Notifications/Notification.cs
@@ -19,10 +19,5 @@ namespace MediaBrowser.Model.Notifications
public string Url { get; set; }
public NotificationLevel Level { get; set; }
-
- public Notification()
- {
- Date = DateTime.UtcNow;
- }
}
}