playlist timer pause/resume without affecting active feeds
This commit is contained in:
@@ -8,6 +8,8 @@ const (
|
||||
PlaylistSelect PlaylistCommandKind = iota + 1
|
||||
PlaylistNext
|
||||
PlaylistPrevious
|
||||
PlaylistPause
|
||||
PlaylistResume
|
||||
)
|
||||
|
||||
type PlaylistCommand struct {
|
||||
|
||||
Reference in New Issue
Block a user