ソースを参照

- recoll.py: type -> mtype

frankdelange 6 年 前
コミット
20004f72eb
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1
    1
      searx/engines/recoll.py

+ 1
- 1
searx/engines/recoll.py ファイルの表示

@@ -86,7 +86,7 @@ def response(resp):
86 86
         # facilitate preview support for known mime types
87 87
         if 'mtype' in result:
88 88
             (mtype, subtype) = result['mtype'].split('/')
89
-            item['type'] = mtype
89
+            item['mtype'] = mtype
90 90
             item['subtype'] = subtype
91 91
 
92 92
             if mtype in ['audio', 'video']: