diff options
author | James Taylor <user234683@users.noreply.github.com> | 2018-07-20 23:19:30 -0700 |
---|---|---|
committer | James Taylor <user234683@users.noreply.github.com> | 2018-07-20 23:19:30 -0700 |
commit | 663a9c0382223e43ee0556dd6f974e5ad1f3a9a8 (patch) | |
tree | c60eb0e79e9d1942d6d12a8f037e78403082b396 | |
parent | d07d255fd331584c7388fd85ce34dc310518abbe (diff) | |
download | yt-local-663a9c0382223e43ee0556dd6f974e5ad1f3a9a8.tar.lz yt-local-663a9c0382223e43ee0556dd6f974e5ad1f3a9a8.tar.xz yt-local-663a9c0382223e43ee0556dd6f974e5ad1f3a9a8.zip |
fix adding video on watch page to playlist
-rw-r--r-- | yt_watch_template.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yt_watch_template.html b/yt_watch_template.html index 27b7302..f78f7e8 100644 --- a/yt_watch_template.html +++ b/yt_watch_template.html @@ -74,7 +74,7 @@ $video_sources $download_options </div> </div> - <input class="checkbox" name="video_info_list" value="$video_info" form="playlist-add" type="checkbox"> + <input class="checkbox" name="video_info_list" value="$video_info" form="playlist-edit" type="checkbox"> <span class="description">$description</span> |