diff options
| author | Eric Reed <ebr@mediabrowser3.com> | 2014-08-31 18:20:38 -0400 |
|---|---|---|
| committer | Eric Reed <ebr@mediabrowser3.com> | 2014-08-31 18:20:38 -0400 |
| commit | 383b9999da15e8bc6421527c381c6aa80f14c97f (patch) | |
| tree | fc9be7b642bb247c402a9c31182020194d33a572 /MediaBrowser.Common.Implementations/Security/PluginSecurityManager.cs | |
| parent | 74a1222048765886471fe6021b57c3db9e82ab8b (diff) | |
Fix references to PP form and add different options
Diffstat (limited to 'MediaBrowser.Common.Implementations/Security/PluginSecurityManager.cs')
| -rw-r--r-- | MediaBrowser.Common.Implementations/Security/PluginSecurityManager.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/MediaBrowser.Common.Implementations/Security/PluginSecurityManager.cs b/MediaBrowser.Common.Implementations/Security/PluginSecurityManager.cs index 22fce1ce1..f8d1f80b1 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; } } |
