Fix cast support to handle new video tag format. (#169)

* Added subtitle support to JS player.

* Move `video-item` id to source tag.

* Move `video-item` id to source tag.

* Fix cast support to handle new video tag format

* Add subtitle support to cast integration, WIP

* Replace `&amp` with `&` in video titles.

* Check if the video is already marked as watched

* Switch to HTML watched check.
This commit is contained in:
Nathan DeTar
2022-02-12 04:08:19 -08:00
committed by GitHub
parent 656a0c7327
commit 385d6bace8
4 changed files with 34 additions and 7 deletions

View File

@@ -16,6 +16,10 @@ server {
location /media/ {
alias /youtube/;
types {
text/vtt vtt;
}
}
location / {