diff --git a/commands.go b/commands.go index da9d2f3..ff373dc 100644 --- a/commands.go +++ b/commands.go @@ -154,7 +154,7 @@ func commandPlay(s *discordgo.Session, g *discordgo.Guild, c *Client, args []str c.Playback = &Playback{ CmdCh: make(chan dca0.Command), RespCh: make(chan dca0.Response), - Track: track, + Track: track, } c.Unlock() // We just set the playback info so we don't have to check if it's there. diff --git a/ytdl/extractor.go b/ytdl/extractor.go index b183f84..f2f8e87 100644 --- a/ytdl/extractor.go +++ b/ytdl/extractor.go @@ -85,7 +85,6 @@ func (e *Extractor) GetMetadata(input string, progress chan<- struct{}) ([]Metad return ret, nil }*/ - // `input` can be a URL or a search query. // Returns a slice with size 1 if the input is a single media file. Returns a // larger slice if the input is a playlist.