mirror of
https://codeberg.org/Hyperpipe/Hyperpipe
synced 2025-06-28 13:08:01 +02:00
Changes:
- Search continuations (related to #46) - Search for Playlists (related to #46)
This commit is contained in:
parent
7905394b26
commit
2ff1308278
6 changed files with 104 additions and 38 deletions
|
@ -226,7 +226,9 @@ async function Like() {
|
|||
|
||||
<button
|
||||
id="btn-lyrics"
|
||||
class="bi bi-file-music clickable"
|
||||
title="Lyrics"
|
||||
aria-label="Lyrics"
|
||||
class="bi bi-chat-square-quote clickable"
|
||||
:data-active="player.state.lyrics"
|
||||
@click="player.toggle('lyrics')"></button>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue