This commit is contained in:
Glavo 2025-08-02 15:45:53 +08:00
parent d7e73f69fa
commit fbd5c43c98

View File

@ -63,7 +63,7 @@ public final class CacheFileTask extends FetchTask<Path> {
}
@Override
protected Context getContext(URLConnection connection, boolean checkETag) throws IOException {
protected Context getContext(URLConnection connection, boolean checkETag, String bmclapiHash) throws IOException {
assert checkETag;
Path temp = Files.createTempFile("hmcl-download-", null);