Can skip to a random track on double click
This commit is contained in:
parent
677f93723b
commit
19fa419d89
7 changed files with 83 additions and 0 deletions
|
|
@ -25,6 +25,7 @@ type ControlableInput interface {
|
|||
type PlaylistInput interface {
|
||||
HasPlaylist() bool
|
||||
NextTrack() error
|
||||
NextRandomTrack() error
|
||||
PreviousTrack() error
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue