diff options
Diffstat (limited to 'MediaBrowser.Model/Notifications/Notification.cs')
| -rw-r--r-- | MediaBrowser.Model/Notifications/Notification.cs | 5 |
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; - } } } |
