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