Fix references to PP form and add different options

This commit is contained in:
Eric Reed 2014-08-31 18:20:38 -04:00
parent 74a1222048
commit 383b9999da

View file

@ -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;
}
}