Major refactor #141

Merged
sim0n00ps merged 55 commits from whimsical-c4lic0/OF-DL:refactor-architecture into master 2026-02-13 00:21:58 +00:00
Showing only changes of commit 3503fe1eb4 - Show all commits

View File

@ -383,7 +383,7 @@ public class DownloadOrchestrationService(
Dictionary<string, long> purchasedTabUsers = Dictionary<string, long> purchasedTabUsers =
await apiService.GetPurchasedTabUsers("/posts/paid/all", users); await apiService.GetPurchasedTabUsers("/posts/paid/all", users);
eventHandler.OnMessage("Checking folders for Users in Purchased Tab"); eventHandler.OnMessage("Checking folders for users in Purchased Tab");
foreach (KeyValuePair<string, long> user in purchasedTabUsers) foreach (KeyValuePair<string, long> user in purchasedTabUsers)
{ {