Fix short segment thumbnails. Move to JPG thumbs. Fix default thumb copy.

This commit is contained in:
Gabe Kangas
2020-06-18 17:47:44 -07:00
parent cfc7ea7967
commit 69da77b054
7 changed files with 23 additions and 9 deletions

View File

@@ -21,7 +21,7 @@ GIT_COMMIT=$(git rev-list -1 HEAD)
cd $(git rev-parse --show-toplevel)
echo "Cleaning working directories..."
rm -rf ./webroot/hls/* ./hls/* ./webroot/thumbnail.png
rm -rf ./webroot/hls/* ./hls/* ./webroot/thumbnail.jpg
echo "Creating version ${VERSION} from commit ${GIT_COMMIT}"