diff --git a/FoxTube/Pages/VideoPage.xaml.cs b/FoxTube/Pages/VideoPage.xaml.cs index 5e75068..30272f6 100644 --- a/FoxTube/Pages/VideoPage.xaml.cs +++ b/FoxTube/Pages/VideoPage.xaml.cs @@ -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);