fix: random will not delete current song. changed one-shot icon.#79
This commit is contained in:
@ -139,12 +139,8 @@
|
||||
<div class="btn-group" style="float: right;">
|
||||
<button type="button" id="oneshot-btn" class="btn btn-primary btn-space"
|
||||
title="One-shot Playlist"
|
||||
style="height: 38px; width: 45px"
|
||||
onclick="request('post', {action : 'one-shot'})">
|
||||
<span class="fa-stack" style="font-size: 0.9em; margin-left:-8px; margin-top:-2px;">
|
||||
<i class="fas fa-slash fa-stack-1x"></i>
|
||||
<i class="fas fa-redo fa-stack-1x"></i>
|
||||
</span>
|
||||
<i class="fas fa-tasks" aria-hidden="true"></i>
|
||||
</button>
|
||||
|
||||
<button type="button" id="random-btn" class="btn btn-primary btn-space"
|
||||
|
Reference in New Issue
Block a user