Minor fix for search

This commit is contained in:
WardPearce
2024-08-26 10:36:32 +12:00
parent 94974d2382
commit dd3ddee078
+1
View File
@@ -171,6 +171,7 @@ export function proxyVideoUrl(source: string): string {
}
export function proxyGoogleImage(source: string): string {
if (source.startsWith('//')) source = `https:${source}`;
let path: string | undefined;
try {