diff --git a/main.go b/main.go index bda7499..86c45c0 100644 --- a/main.go +++ b/main.go @@ -170,6 +170,7 @@ func isNil(a interface{}) bool { } // dj variable declaration. This is done outside of main() to allow global use. +var dj = mumbledj{ keepAlive: make(chan bool), queue: NewSongQueue(), playlistSkips: make(map[string][]string),