forked from indymedia/epicyon
Dict name
parent
ccaefc46e9
commit
3ae7928dec
|
@ -1824,7 +1824,7 @@ class PubServer(BaseHTTPRequestHandler):
|
||||||
else:
|
else:
|
||||||
# directly search the binary array for the beginning
|
# directly search the binary array for the beginning
|
||||||
# of an image
|
# of an image
|
||||||
mediaExtension={
|
mediaTypes={
|
||||||
'image': ['png','jpeg','gif'],
|
'image': ['png','jpeg','gif'],
|
||||||
'video': ['mp4','webm','ogv'],
|
'video': ['mp4','webm','ogv'],
|
||||||
'audio': ['mp3','ogg']
|
'audio': ['mp3','ogg']
|
||||||
|
|
Loading…
Reference in New Issue