Archived
1
0
This commit is contained in:
Michael Gordeev
2018-10-09 18:20:37 +03:00
parent 67dbd2f114
commit b8fc43f1e8
+1 -1
View File
@@ -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);