{{ getFormattedTime(player.state.realTime) }}
@@ -301,7 +208,10 @@ async function Like() {
title="Add Current Song to a Playlist"
aria-label="Add Current Song to a Playlist"
class="bi bi-collection clickable"
- @click="List">
+ @click="
+ player.toggle('add');
+ showme.menu = false;
+ ">