mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-08-14.git
synced 2024-08-15 00:53:20 +00:00
Refactor signature extraction
This commit is contained in:
parent
830692dd60
commit
648cc0f006
2 changed files with 21 additions and 37 deletions
|
@ -207,7 +207,7 @@ spawn do
|
|||
end
|
||||
end
|
||||
|
||||
decrypt_function = [] of {name: String, value: Int32}
|
||||
decrypt_function = [] of {SigProc, Int32}
|
||||
spawn do
|
||||
update_decrypt_function do |function|
|
||||
decrypt_function = function
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue