[CHANGES]

This commit is contained in:
max
2025-09-18 00:42:17 +02:00
parent ab532ac6dc
commit 9e173258ed
6 changed files with 18 additions and 27 deletions

View File

@@ -29,7 +29,7 @@ public partial class Channels : ComponentBase
return;
}
var clientPrep = (ClientPrep)result.Data;
var clientPrep = (ClientChannel)result.Data;
if (clientPrep?.YouTubeClient == null)
{
return;