fix music view in album details
This commit is contained in:
parent
ae55d4e0de
commit
22eb22547c
@ -13,7 +13,7 @@
|
|||||||
<h2>Songs</h2>
|
<h2>Songs</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<?php foreach ($songs as $song): ?>
|
<?php foreach ($songs as $song): ?>
|
||||||
<li><?= anchor("music/song/{$song->trackId}", $song->trackName) ?></li>
|
<li><?= anchor("music/view/{$song->trackId}", $song->trackName) ?></li>
|
||||||
<?php endforeach; ?>
|
<?php endforeach; ?>
|
||||||
</ul>
|
</ul>
|
||||||
</body>
|
</body>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user