Fixed accidental deletion
This commit is contained in:
parent
508065f608
commit
0cbd0fda45
1
main.go
1
main.go
|
@ -170,6 +170,7 @@ func isNil(a interface{}) bool {
|
||||||
}
|
}
|
||||||
|
|
||||||
// dj variable declaration. This is done outside of main() to allow global use.
|
// dj variable declaration. This is done outside of main() to allow global use.
|
||||||
|
var dj = mumbledj{
|
||||||
keepAlive: make(chan bool),
|
keepAlive: make(chan bool),
|
||||||
queue: NewSongQueue(),
|
queue: NewSongQueue(),
|
||||||
playlistSkips: make(map[string][]string),
|
playlistSkips: make(map[string][]string),
|
||||||
|
|
Reference in a new issue