Finshed up work with per-user playlists.

This commit is contained in:
rainbow napkin 2025-04-09 01:52:16 -04:00
parent ed78bc7dfc
commit b383e746a7
2 changed files with 190 additions and 139 deletions

View file

@ -20,8 +20,8 @@ along with this program. If not, see <https://www.gnu.org/licenses/>. %>
<span>
<label for="location">Save To:</label>
<select name="location" id="queue-create-playlist-popup-location">
<option value="channel">Channel</option>
<option value="user">Account</option>
<option value="Channel">Channel</option>
<option value="User">Account</option>
</select>
</span>
<button id="queue-create-playlist-popup-save" class="positive-button">Create Playlist</button>