Just commit it all
This commit is contained in:
parent
a64bcc2c46
commit
36f9b56049
88 changed files with 2210 additions and 1919 deletions
4
resources/views/components/current-track.blade.php
Normal file
4
resources/views/components/current-track.blade.php
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
<div class="info-table current-track">
|
||||
<h2>Last/Current Track:</h2>
|
||||
<a href="{{ $track["url"] }}">{{ $track["title"] }} • {{ $track["artist"] }}</a><br>
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue