소스 검색

Fix searching thumbnails (#5750)

fix https://github.com/FreshRSS/FreshRSS/issues/5749
Alexandre Alapetite 2 년 전
부모
커밋
619d3f54a3
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      app/Models/Entry.php

+ 1 - 0
app/Models/Entry.php

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