im gay
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
<div>
|
||||
<div class="queue__section">
|
||||
<div class="queue__sectionTitle">Next song</div>
|
||||
{#if $next || $enqueueing}
|
||||
<div class="track">
|
||||
<div class="track__main" on:click={() => select($next)}>
|
||||
<div class="track__title" class:placeholder={!$next && $enqueueing}>
|
||||
@@ -22,6 +23,9 @@
|
||||
</Popper>
|
||||
{/if}
|
||||
</div>
|
||||
{:else}
|
||||
<div class="notif notif--warning">There is no more song to play. Reload the app or change your hashtags settings to get new songs.</div>
|
||||
{/if}
|
||||
</div>
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user