feat: audio from jellyfin
This commit is contained in:
@@ -75,12 +75,12 @@ hide_posted_in = include.hide_posted_in %}
|
||||
{% for track in sounds.first.tracks %}
|
||||
<tr>
|
||||
<td style="text-align: left">
|
||||
<a class="sound-item" href="/assets/sounds/{{ page.sound }}/{{ track }}" target="_blank">
|
||||
{{ sounds.first.artist }} - {{ track | replace: ".mp3", "" }}
|
||||
<a class="sound-item" href="{{ track.url }}" target="_blank">
|
||||
{{ sounds.first.artist }} - {{ track.title }}
|
||||
</a>
|
||||
</td>
|
||||
<td style="text-align: right">
|
||||
<a download href="/assets/sounds/{{ page.sound }}/{{ track }}" target="_blank">
|
||||
<a download href="{{ track.url }}" target="_blank">
|
||||
{{ site.data.strings.download }}
|
||||
</a>
|
||||
</td>
|
||||
|
||||
Reference in New Issue
Block a user