#205: Fix fixed
This commit is contained in:
@@ -523,7 +523,7 @@ namespace FoxTube.Pages
|
||||
|
||||
private async void subscribe_Click(object sender, RoutedEventArgs e)
|
||||
{
|
||||
if (await SecretsVault.ChangeSubscriptionState(channelId))
|
||||
if (await SecretsVault.ChangeSubscriptionState(item.Snippet.ChannelId))
|
||||
{
|
||||
subscribe.Background = new SolidColorBrush(Colors.Transparent);
|
||||
subscribe.Foreground = new SolidColorBrush(Colors.Gray);
|
||||
|
||||
Reference in New Issue
Block a user