Skip to content

Commit

Permalink
Add support for text/cache-manifest content type.
Browse files Browse the repository at this point in the history
  • Loading branch information
waylan committed Dec 5, 2017
1 parent 66ebbfd commit b5cbbcc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.rst
Expand Up @@ -244,6 +244,11 @@ Rheostatic is licensed under the `MIT License`_ as defined in `LICENSE`.
Change Log
==========

Development Version
-------------------

* Added support for `text/cache-manifest` content type.

Version 0.0.1 (2016/11/03)
--------------------------

Expand Down
1 change: 1 addition & 0 deletions rheostatic/utils.py
Expand Up @@ -138,6 +138,7 @@ def decode_path_info(path_info):
'.m3u8': 'application/vnd.apple.mpegurl',
'.m4a': 'audio/x-m4a',
'.m4v': 'video/x-m4v',
'.manifest': 'text/cache-manifest',
'.mid': 'audio/midi',
'.midi': 'audio/midi',
'.mml': 'text/mathml',
Expand Down

0 comments on commit b5cbbcc

Please sign in to comment.