mirror of
https://github.com/movie-web/providers.git
synced 2025-09-13 14:33:26 +00:00
Fix more errors
This commit is contained in:
@@ -254,7 +254,7 @@ class Blowfish {
|
||||
}
|
||||
}
|
||||
|
||||
block32toNum(e) {
|
||||
block32toNum(e: string) {
|
||||
return this.fixNegative(
|
||||
(e.charCodeAt(0) << 24) | (e.charCodeAt(1) << 16) | (e.charCodeAt(2) << 8) | e.charCodeAt(3),
|
||||
);
|
||||
|
Reference in New Issue
Block a user