From 2d8152f36ad8ecc5674cfb25ad328d3e671a22de Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Thu, 26 Sep 2013 17:20:26 -0400 Subject: mono progress - able to start app --- MediaBrowser.Controller/Notifications/INotificationsRepository.cs | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'MediaBrowser.Controller/Notifications/INotificationsRepository.cs') diff --git a/MediaBrowser.Controller/Notifications/INotificationsRepository.cs b/MediaBrowser.Controller/Notifications/INotificationsRepository.cs index 8790b54f4..7a4b69b52 100644 --- a/MediaBrowser.Controller/Notifications/INotificationsRepository.cs +++ b/MediaBrowser.Controller/Notifications/INotificationsRepository.cs @@ -25,6 +25,12 @@ namespace MediaBrowser.Controller.Notifications /// event EventHandler NotificationsMarkedRead; + /// + /// Opens the connection to the repository + /// + /// Task. + Task Initialize(); + /// /// Gets the notifications. /// -- cgit v1.2.3