From 383b9999da15e8bc6421527c381c6aa80f14c97f Mon Sep 17 00:00:00 2001 From: Eric Reed Date: Sun, 31 Aug 2014 18:20:38 -0400 Subject: [PATCH] Fix references to PP form and add different options --- .../Security/PluginSecurityManager.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/MediaBrowser.Common.Implementations/Security/PluginSecurityManager.cs b/MediaBrowser.Common.Implementations/Security/PluginSecurityManager.cs index 22fce1ce1b..f8d1f80b1d 100644 --- a/MediaBrowser.Common.Implementations/Security/PluginSecurityManager.cs +++ b/MediaBrowser.Common.Implementations/Security/PluginSecurityManager.cs @@ -179,8 +179,6 @@ namespace MediaBrowser.Common.Implementations.Security info.IsExpiredSupporter = info.ExpirationDate.HasValue && info.ExpirationDate < DateTime.UtcNow && !string.IsNullOrWhiteSpace(info.SupporterKey); - // TODO: Now that we've pulled this down, might as well update the cached suppoter registrationinfo? - return info; } }