diff options
| author | iceyrazor <iceyrazor@mailfence.com> | 2025-08-02 13:28:37 -0500 |
|---|---|---|
| committer | iceyrazor <iceyrazor@mailfence.com> | 2025-08-02 13:28:37 -0500 |
| commit | dd4b54e3c47696319173c8e836fe7eed9defd82f (patch) | |
| tree | 04098c5e9d0474adec11710034179895f9d81b97 /web/ytlist.html | |
| parent | d92ff749a04c8d5d664aeca1b7a76638a7fa0c52 (diff) | |
- multi db files for web
- still load db item if no thumbnail
Diffstat (limited to 'web/ytlist.html')
| -rw-r--r-- | web/ytlist.html | 6 |
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> |
