diff --git a/app/static/images/unknown_preview.png b/app/static/images/unknown_preview.png new file mode 100644 index 0000000..6e71845 Binary files /dev/null and b/app/static/images/unknown_preview.png differ diff --git a/app/templates/index.html b/app/templates/index.html index 9b3f76f..130ce1d 100644 --- a/app/templates/index.html +++ b/app/templates/index.html @@ -149,9 +149,5 @@ else if (video.canPlayType('application/vnd.apple.mpegurl')) video.play(); }); } - - - - {% endblock %}