]> git.0d.be Git - botaradio.git/commitdiff
fix link second change
authorAzlux <github@azlux.fr>
Tue, 25 Feb 2020 00:46:02 +0000 (01:46 +0100)
committerAzlux <github@azlux.fr>
Tue, 25 Feb 2020 00:46:02 +0000 (01:46 +0100)
templates/playlist.html

index ba6f8bf02afd08fbde3f4b2e5d47e5c45f5f0293..f0adb8c255665ef95c306407089d338e1870a480 100644 (file)
@@ -14,7 +14,7 @@
             {% if 'thumbnail' in m %}
                 <img width="80" src="data:image/PNG;base64,{{ m['thumbnail'] }}"/>
                 {% else %}
-                <img width="80" src="/static/image/unknown-album.png"/>
+                <img width="80" src="static/image/unknown-album.png"/>
             {% endif %}
         </div>
         <div class="playlist-artwork">
     <td>
         <div class="btn-group">
             <button type="button" class="btn btn-info btn-sm btn-space"
-                    onclick="request('/post', {play_music : '{{ index }}'})">
+                    onclick="request('post', {play_music : '{{ index }}'})">
                 <i class="fa fa-play" aria-hidden="true"></i>
             </button>
             <button type="button" class="btn btn-danger btn-sm btn-space"
-                    onclick="request('/post', {delete_music : '{{ index }}'})">
+                    onclick="request('post', {delete_music : '{{ index }}'})">
                 <i class="fas fa-trash-alt" aria-hidden="true"></i>
             </button>
         </div>