Skip to content

Commit

Permalink
TEST
Browse files Browse the repository at this point in the history
  • Loading branch information
TaYaKi71751 committed Dec 11, 2023
1 parent b4a33c8 commit 0ebce86
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/script/script_manager.dart
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,9 @@ class ScriptManager {
if (_scriptCache == null) return null;

try {
if(_runtime == null){
_initRuntime();
}
var downloadUrl =
_runtime.evaluate("create_download_url('$id')").stringResult;
var headers = await runHitomiGetHeaderContent(id.toString());
Expand Down

0 comments on commit 0ebce86

Please sign in to comment.