markm208 / storyteller

Telling stories about how code evolves
MIT License
173 stars 13 forks source link

Fixed two bugs #28

Closed markm208 closed 4 years ago

markm208 commented 4 years ago

Bug 1: I was reading media files as utf8 when making a zip. Now I use a stream.

Bug 2: I removed leading slashes in the media URLs when making a playback only zip file since they caused a problem when serving from the file system.