mirror of
https://git.vectorsigma.ru/public/tubearchivist.git
synced 2026-08-04 23:59:24 +00:00
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 `&` with `&` in video titles. * Check if the video is already marked as watched * Switch to HTML watched check.
This commit is contained in:
@@ -16,6 +16,10 @@ server {
|
||||
|
||||
location /media/ {
|
||||
alias /youtube/;
|
||||
|
||||
types {
|
||||
text/vtt vtt;
|
||||
}
|
||||
}
|
||||
|
||||
location / {
|
||||
|
||||
Reference in New Issue
Block a user