feat: setting external common redist

This commit is contained in:
Chubby Granny Chaser
2025-04-02 19:08:31 +01:00
parent 379e90568a
commit f464850c38

View File

@@ -10,6 +10,7 @@ import { levelKeys, db } from "./level";
import type { UserPreferences } from "@types";
import { TorBoxClient } from "./services/download/torbox";
import { CommonRedistManager } from "./services/common-redist-manager";
export const loadState = async () => {
const userPreferences = await db.get<string, UserPreferences | null>(
levelKeys.userPreferences,