mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-04-24 22:17:25 -04:00
Fix references to PP form and add different options
This commit is contained in:
parent
74a1222048
commit
383b9999da
1 changed files with 0 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue