History (local)
This commit is contained in:
@@ -82,12 +82,8 @@ namespace FoxTube.Controls
|
||||
}
|
||||
catch { }
|
||||
|
||||
foreach(PlaylistItem i in SecretsVault.UserHistory)
|
||||
if (i.Snippet.ResourceId.VideoId == id)
|
||||
{
|
||||
watched.Visibility = Visibility.Visible;
|
||||
break;
|
||||
}
|
||||
if(SecretsVault.UserHistory.Contains(videoId))
|
||||
watched.Visibility = Visibility.Visible;
|
||||
}
|
||||
|
||||
public async void Button_Click(object sender, RoutedEventArgs e)
|
||||
|
||||
Reference in New Issue
Block a user