Stopped adding youtube tracks twice

This commit is contained in:
MichaelOultram 2015-09-26 16:26:59 +01:00
parent b829c794e6
commit a7be06533c

View file

@ -98,7 +98,6 @@ func (yt YouTube) NewSong(user *gumble.User, id, offset string, playlist Playlis
dontSkip: false, dontSkip: false,
service: yt, service: yt,
} }
dj.queue.AddSong(song)
return song, nil return song, nil
} }