diff options
author | Frankie B <git@diskfloppy.me> | 2023-07-26 00:08:58 +0100 |
---|---|---|
committer | Frankie B <frankieraybrown@gmail.com> | 2023-07-29 18:10:50 +0100 |
commit | 8e81858470c2b09e22b383e14ee5439cfc4e6e53 (patch) | |
tree | 32d64a1709d301f5bfdb1eb12db436013135f76a /resources/views/components/lastfm.blade.php | |
parent | 5a39e2a7962d88fb0fbad0c0dfdc54a1f6c2eddb (diff) |
Update
Diffstat (limited to 'resources/views/components/lastfm.blade.php')
-rw-r--r-- | resources/views/components/lastfm.blade.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/views/components/lastfm.blade.php b/resources/views/components/lastfm.blade.php index a44afc5..83312e1 100644 --- a/resources/views/components/lastfm.blade.php +++ b/resources/views/components/lastfm.blade.php @@ -16,6 +16,6 @@ $count = 0; @break @endif {{ str_pad($count+1, 2, '0', STR_PAD_LEFT) }}] <a href="{{ $track->url }}">{{ $track->name }} • {{ $track->artist }}</a> - <small>({{ $track->plays }} plays)</small><br/> + <small>({{ $track->plays }} plays)</small><br> @php $count++ @endphp @endforeach |