diff --git a/docker_assets/nginx.conf b/docker_assets/nginx.conf index 7d8421f..2bf3241 100644 --- a/docker_assets/nginx.conf +++ b/docker_assets/nginx.conf @@ -16,6 +16,10 @@ server { location /media/ { alias /youtube/; + + types { + text/vtt vtt; + } } location / { diff --git a/tubearchivist/home/templates/home/video.html b/tubearchivist/home/templates/home/video.html index bec823f..cb583cf 100644 --- a/tubearchivist/home/templates/home/video.html +++ b/tubearchivist/home/templates/home/video.html @@ -4,8 +4,8 @@ {% load humanize %}