Fixing build errors
This commit is contained in:
parent
48377ece09
commit
ab95cfb9bc
10
test.go
10
test.go
|
@ -38,11 +38,11 @@ func (t TestSettings) createClient(uname string) *gumble.Client {
|
||||||
}
|
}
|
||||||
|
|
||||||
func (t TestSettings) testYoutubeSong() {
|
func (t TestSettings) testYoutubeSong() {
|
||||||
dummyClient := t.createClient("dummy")
|
// dummyClient := t.createClient("dummy")
|
||||||
if err := dummyClient.Connect(); err != nil {
|
// if err := dummyClient.Connect(); err != nil {
|
||||||
panic(err)
|
// panic(err)
|
||||||
}
|
// }
|
||||||
dummyUser := dj.client.Users.Find("dummy") // May be nil
|
dummyUser := dj.client.Users.Find("BottleOToast") // May be nil
|
||||||
|
|
||||||
// Don't judge, I used the (autogenerated) Top Tracks for United Kingdom playlist
|
// Don't judge, I used the (autogenerated) Top Tracks for United Kingdom playlist
|
||||||
songs := map[string]string{
|
songs := map[string]string{
|
||||||
|
|
Reference in a new issue