This commit is contained in:
user 2025-02-28 13:51:16 +03:00
parent 1ee8112734
commit bf2caeae42
1 changed files with 1 additions and 1 deletions

View File

@ -170,7 +170,7 @@ class PlayerTemplates:
or bool(self.db_session.query(UserContent).filter( or bool(self.db_session.query(UserContent).filter(
and_( and_(
StarsInvoice.user_id == self.user.id, StarsInvoice.user_id == self.user.id,
StarsInvoice.content_hash == content['encrypted_content'].hash, StarsInvoice.content_hash == content.hash,
StarsInvoice.paid == True StarsInvoice.paid == True
) )
)) ))