diff options
author | Jordan <me@jordan.im> | 2020-04-12 21:54:38 -0700 |
---|---|---|
committer | Jordan <me@jordan.im> | 2020-04-12 21:54:38 -0700 |
commit | 9680c51c6744780d32baa76a83a37c371dc81dc5 (patch) | |
tree | e991a75f500df8bcad04f2872494416e36a3d630 /README | |
parent | a1aff012d039832ea2a6c1fc23d1e7a5840f0784 (diff) | |
download | roka-9680c51c6744780d32baa76a83a37c371dc81dc5.tar.gz roka-9680c51c6744780d32baa76a83a37c371dc81dc5.zip |
use flask's send_file() conditional instead of our HTTP 206 partial handler
Diffstat (limited to 'README')
-rw-r--r-- | README | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -33,8 +33,5 @@ design decisions 3. XML pubDate and list order is derived from MP3 track attributes; if not present or duplicates exist, tracks are sorted alphanumerically -4. partial content handling (HTTP 206) implemented to satisfy podcasting apps - which require valid responses to Range requests (e.g. Apple podcasts) - -5. no rebuild endpoint exists; cache-affecting routines are run externally via +4. no rebuild endpoint exists; cache-affecting routines are run externally via rebuild.py |