Recover specific album and track via click on the Downloads button
-
Hello, I would like to know if there is a hook to edit the Downloads button or some way to retrieve the album id and the specific track by clicking the Downloads button?
Example:
<ul class="track-store"> <li> <a href="#" target="_blank"><i class="fa fas fa-download"></i><spam>Download</spam></a> </li> </ul>
Update for
<ul class="track-store"> <li> <a href="PATH_TO_DOWNLOAD" target="_blank" data-album="ALBUM_ID" data-track="TRACK_ID" download><i class="fa fas fa-download"></i><spam>Download</spam></a> </li> </ul>
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Recover specific album and track via click on the Downloads button’ is closed to new replies.