SigHelper: Small fixes + suggestions from code review

This commit is contained in:
Samantaz Fox
2024-07-31 12:17:47 +02:00
parent 61d75050e4
commit 3b7e45b7bc
3 changed files with 11 additions and 16 deletions

View File

@@ -37,7 +37,7 @@ struct Invidious::DecryptFunction
def get_sts : UInt64?
self.check_update
return SigHelper::Client.get_sts
return SigHelper::Client.get_signature_timestamp
rescue ex
LOGGER.debug(ex.message || "Signature: Unknown error")
LOGGER.trace(ex.inspect_with_backtrace)