Skip to content

Commit

Permalink
Merge pull request #13 from Phpvarious/patch-1
Browse files Browse the repository at this point in the history
Update songs.php
  • Loading branch information
zoic21 authored Sep 17, 2024
2 parents b94943f + c053be2 commit b8ce87c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion desktop/php/songs.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<?php
foreach (songs_song::all() as $song) {
echo '<div class="songDisplayCard cursor" data-song_id="' . $song->getId() . '">';
echo '<img src="' . $eqLogic->getImage() . '"/>';
echo '<img src="' . $plugin->getPathImgIcon() . '"/>';
echo '<br>';
echo '<span class="name">' . $song->getName() . '</span>';
echo '</div>';
Expand Down

0 comments on commit b8ce87c

Please sign in to comment.