aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Reed <ebr@mediabrowser3.com>2014-08-31 18:20:38 -0400
committerEric Reed <ebr@mediabrowser3.com>2014-08-31 18:20:38 -0400
commit383b9999da15e8bc6421527c381c6aa80f14c97f (patch)
treefc9be7b642bb247c402a9c31182020194d33a572
parent74a1222048765886471fe6021b57c3db9e82ab8b (diff)
Fix references to PP form and add different options
-rw-r--r--MediaBrowser.Common.Implementations/Security/PluginSecurityManager.cs2
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;
}
}