Broke everything; #220: Fixed
This commit is contained in:
@@ -82,8 +82,11 @@ namespace FoxTube.Controls
|
||||
}
|
||||
catch { }
|
||||
|
||||
if(SecretsVault.UserHistory.Contains(videoId))
|
||||
if(SecretsVault.UserHistory.Exists(x => x.Id == videoId))
|
||||
{
|
||||
watched.Visibility = Visibility.Visible;
|
||||
leftOn.Value = SecretsVault.UserHistory.Find(x => x.Id == videoId).LeftOn;
|
||||
}
|
||||
}
|
||||
|
||||
public async void Button_Click(object sender, RoutedEventArgs e)
|
||||
|
||||
Reference in New Issue
Block a user