forked from sim0n00ps/OF-DL
Fix capitalization in status message
This commit is contained in:
parent
6e0b4eba85
commit
3503fe1eb4
@ -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)
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user