- multi db files for web

- still load db item if no thumbnail
This commit is contained in:
2025-08-02 13:28:37 -05:00
parent d92ff749a0
commit dd4b54e3c4
2 changed files with 30 additions and 5 deletions

View File

@@ -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>