Add ability to go to a specific playlist item

In addition: add hovertext on playlist controls
This commit is contained in:
2019-03-13 12:08:07 +01:00
parent 7f1469fbb0
commit a31ae16a6c
3 changed files with 27 additions and 5 deletions

View File

@@ -31,5 +31,6 @@ ICON_NEXT = '<i class="fas fa-step-forward"></i>'
ICON_PLAY = '<i class="fas fa-play"></i>'
ICON_PAUSE = '<i class="fas fa-pause"></i>'
ICON_TRASH = '<i class="fas fa-trash"></i>'
ICON_GOTO = '<i class="fas fa-play-circle"></i>'
ICON_DOWN = '<i class="fas fa-arrow-down"></i>'
ICON_UP = '<i class="fas fa-arrow-up"></i>'