[CHANGE] Client handling

This commit is contained in:
max
2025-10-19 23:21:07 +02:00
parent e4596df392
commit 34e029ec79
4 changed files with 60 additions and 16 deletions

View File

@@ -50,7 +50,6 @@ public partial class Accounts : ComponentBase
await _table.ReloadServerData();
}
Snackbar.Add($"Client {clientChannel.Channel?.Handle ?? clientChannel.YouTubeClient.Id} saved!", Severity.Success);
ClientService.AddClient(clientChannel.YouTubeClient);
}
else
{