Skip to content

Commit

Permalink
Fix Google Lens
Browse files Browse the repository at this point in the history
d4n3436 committed Jan 7, 2025
1 parent 62b625a commit faba9b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Apis/Google/GoogleLensClient.cs
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@ namespace Fergun.Apis.Google;
/// </summary>
public sealed class GoogleLensClient : IGoogleLensClient, IDisposable
{
private const string DefaultUserAgent = "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36";
private const string DefaultUserAgent = "Mozilla/5.0 (Linux; Android 14; Google Pixel 9 Pro XL; 3854511) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Mobile Safari/537.36";

private readonly HttpClient _httpClient;
private bool _disposed;

0 comments on commit faba9b7

Please sign in to comment.