Explorar el Código

Fix searching thumbnails (#5750)

fix https://github.com/FreshRSS/FreshRSS/issues/5749
Alexandre Alapetite hace 2 años
padre
commit
619d3f54a3
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      app/Models/Entry.php

+ 1 - 0
app/Models/Entry.php

@@ -293,6 +293,7 @@ HTML;
 						if ($src != null) {
 							$result = [
 								'url' => $src,
+								'medium' => 'image',
 							];
 							yield Minz_Helper::htmlspecialchars_utf8($result);
 						}