Re-enables checking if Patreon account is a patron

This commit is contained in:
Riley Testut
2019-09-25 00:53:36 -07:00
parent 865e3778b8
commit 1504a277d5
4 changed files with 7 additions and 7 deletions

View File

@@ -151,7 +151,7 @@ private extension BrowseViewController
func updateDataSource()
{
if let patreonAccount = DatabaseManager.shared.patreonAccount(), patreonAccount.isPatron
if let patreonAccount = DatabaseManager.shared.patreonAccount(), patreonAccount.isPatron, PatreonAPI.shared.isAuthenticated
{
self.dataSource.predicate = nil
}