Sfoglia il codice sorgente

- recoll.py: type -> mtype

frankdelange 6 anni fa
parent
commit
20004f72eb
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      searx/engines/recoll.py

+ 1
- 1
searx/engines/recoll.py Vedi File

@@ -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']: