mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-26 20:31:03 +00:00
refactor: remove unused JsMultiLinkDownloader and ensure aria2 spawning on startup
This commit is contained in:
@@ -34,11 +34,7 @@ export const loadState = async () => {
|
||||
|
||||
await import("./events");
|
||||
|
||||
// Only spawn aria2 if user explicitly disabled native HTTP downloader
|
||||
// Default is to use native HTTP downloader (aria2 is opt-in)
|
||||
if (userPreferences?.useNativeHttpDownloader === false) {
|
||||
Aria2.spawn();
|
||||
}
|
||||
Aria2.spawn();
|
||||
|
||||
if (userPreferences?.realDebridApiToken) {
|
||||
RealDebridClient.authorize(userPreferences.realDebridApiToken);
|
||||
|
||||
Reference in New Issue
Block a user