Add a dropdown menu that allows users to select a library.

This commit is contained in:
2025-11-27 21:48:48 +09:00
parent 355886e797
commit 1b6dddacc8
4 changed files with 97 additions and 7 deletions
+1
View File
@@ -107,6 +107,7 @@
<div>
<h5 class="card-title mb-0">云端播放列表</h5>
<small class="text-body-secondary">来自已连接的 Plex 服务器</small>
<div class="text-body-secondary small mt-1">当前音乐库:{{ selected_library or '暂无可用音乐库' }}</div>
</div>
<form class="ms-lg-auto" method="get" action="/">
<input type="hidden" name="local_path" value="{{ local_path }}">