From 45db7d21b2a0a18b73253c64651a57c60880b084 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Sun, 31 Aug 2014 15:15:33 -0400 Subject: localize plugin installation process --- MediaBrowser.Common/Security/ISecurityManager.cs | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'MediaBrowser.Common/Security') diff --git a/MediaBrowser.Common/Security/ISecurityManager.cs b/MediaBrowser.Common/Security/ISecurityManager.cs index a23a786f2f..9354543532 100644 --- a/MediaBrowser.Common/Security/ISecurityManager.cs +++ b/MediaBrowser.Common/Security/ISecurityManager.cs @@ -39,5 +39,11 @@ namespace MediaBrowser.Common.Security /// /// Task LoadAllRegistrationInfo(); + + /// + /// Gets the supporter information. + /// + /// Task<SupporterInfo>. + Task GetSupporterInfo(); } } \ No newline at end of file -- cgit v1.2.3