diff options
author | James Taylor <user234683@users.noreply.github.com> | 2018-07-09 03:42:26 -0700 |
---|---|---|
committer | James Taylor <user234683@users.noreply.github.com> | 2018-07-09 03:42:26 -0700 |
commit | 4b716415e1a0cda01fc36693986bf59f075fb344 (patch) | |
tree | 1843d0aa8b7e7df0c5c6257311d2de74cc6837c6 /yt_watch_template.html | |
parent | cdb7dbab557f866b7c9d0d831f2581cbe26b4a3e (diff) | |
download | yt-local-4b716415e1a0cda01fc36693986bf59f075fb344.tar.lz yt-local-4b716415e1a0cda01fc36693986bf59f075fb344.tar.xz yt-local-4b716415e1a0cda01fc36693986bf59f075fb344.zip |
add checkbox for adding video on watch page to playlist
Diffstat (limited to 'yt_watch_template.html')
-rw-r--r-- | yt_watch_template.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/yt_watch_template.html b/yt_watch_template.html index f4de269..515d953 100644 --- a/yt_watch_template.html +++ b/yt_watch_template.html @@ -67,6 +67,7 @@ $video_sources <time datetime="$upload_date">Published on $upload_date</time> <span class="likes-dislikes">$likes likes $dislikes dislikes</span> + <input class="checkbox" name="video_info_list" value="$video_info" form="playlist-add" type="checkbox"> <span class="description">$description</span> |