aboutsummaryrefslogtreecommitdiff
path: root/web/ytlist.html
diff options
context:
space:
mode:
authoriceyrazor <iceyrazor@mailfence.com>2025-08-02 13:28:37 -0500
committericeyrazor <iceyrazor@mailfence.com>2025-08-02 13:28:37 -0500
commitdd4b54e3c47696319173c8e836fe7eed9defd82f (patch)
tree04098c5e9d0474adec11710034179895f9d81b97 /web/ytlist.html
parentd92ff749a04c8d5d664aeca1b7a76638a7fa0c52 (diff)
- multi db files for web
- still load db item if no thumbnail
Diffstat (limited to 'web/ytlist.html')
-rw-r--r--web/ytlist.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/web/ytlist.html b/web/ytlist.html
index 02ca50d..493efac 100644
--- a/web/ytlist.html
+++ b/web/ytlist.html
@@ -12,7 +12,11 @@
category
<div id="category_box">
<input type="radio" name="category_choice" value="ALL" checked> ALL<br>
- </div>
+ </div><br>
+
+ <div id="db_box">
+ <input type="radio" name="db_choice" value="youtube_stuffs.db" checked> youtube_stuffs.db<br>
+ </div><br>
<button onclick="search()">search</button><br>
</div>
<div id="the_box"></div>