Skip to content

Commit

Permalink
set proper spx content-type
Browse files Browse the repository at this point in the history
  • Loading branch information
glowinthedark authored and ilius committed Nov 19, 2023
1 parent d5f7d25 commit f5f17a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyglossary/plugins/aard2_slob.py
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ class Writer:
"otf": "application/x-font-opentype",
"mp3": "audio/mpeg",
"ogg": "audio/ogg",
"spx": "audio/ogg",
"spx": "audio/x-speex",
"wav": "audio/wav",
"ini": "text/plain",
# "application/octet-stream+xapian",
Expand Down

0 comments on commit f5f17a7

Please sign in to comment.