diff options
author | tpart <tpart120@proton.me> | 2024-01-24 16:59:43 +0100 |
---|---|---|
committer | tpart <tpart120@proton.me> | 2024-01-24 16:59:43 +0100 |
commit | cbb2e163abfefd8ed61c41a096d5d6c27b4721b4 (patch) | |
tree | 9a10e664fd96f9b8dd8168576bb2a0d91a5945f6 /web/script/player/mod.ts | |
parent | c7952122732e38e942dfc601ca9d29dc64939698 (diff) | |
download | jellything-cbb2e163abfefd8ed61c41a096d5d6c27b4721b4.tar jellything-cbb2e163abfefd8ed61c41a096d5d6c27b4721b4.tar.bz2 jellything-cbb2e163abfefd8ed61c41a096d5d6c27b4721b4.tar.zst |
Redesign player UI
Diffstat (limited to 'web/script/player/mod.ts')
-rw-r--r-- | web/script/player/mod.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/script/player/mod.ts b/web/script/player/mod.ts index 2fd9046..4a21480 100644 --- a/web/script/player/mod.ts +++ b/web/script/player/mod.ts @@ -71,7 +71,7 @@ function initialize_player(el: HTMLElement, node_id: string) { new Popup(button, popups, () => e("div", { class: "jsp-track-select-popup" }, - e("h3", `${kind[0].toUpperCase()}${kind.substring(1)}`), + e("h2", `${kind[0].toUpperCase()}${kind.substring(1)}`), ...(kind == "audio" ? volume() : []), |