@ -9,8 +9,8 @@ package main
import (
//"github.com/layeh/gumble/gumble_ffmpeg"
"os/exec"
"fmt"
)
type Song struct {
@ -67,3 +67,6 @@ func (s *Song) RemoveSkip(username string) bool {
return false
}
func (s *Song) SkipReached(channelUsers int) bool {