Fixed accidental deletion

This commit is contained in:
MichaelOultram 2015-09-26 16:19:06 +01:00
parent 508065f608
commit 0cbd0fda45

View file

@ -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),