Remove unused stuff
This commit is contained in:
parent
a349858a7d
commit
da992ff1b7
117 changed files with 34 additions and 463 deletions
6
resources/views/components/lastfm-track.blade.php
Normal file
6
resources/views/components/lastfm-track.blade.php
Normal file
|
@ -0,0 +1,6 @@
|
|||
<tr>
|
||||
<td>{{ $count }}</td>
|
||||
<td><a href="{{ $track["url"] }}">{{ $track["title"] }}</a></td>
|
||||
<td>{{ $track["artist"] }}</td>
|
||||
<td>{{ $track["plays"] }}</td>
|
||||
</tr>
|
Loading…
Add table
Add a link
Reference in a new issue