Remove reference to pause
parent
13cfa0afb6
commit
8a3e07c1d1
|
@ -186,7 +186,6 @@ func (app *App) ambiancePlay(payload ...interface{}) {
|
|||
Silent: false,
|
||||
}
|
||||
|
||||
discordspeaker.Pause(false)
|
||||
discordspeaker.Lock()
|
||||
app.ambiance.Clear()
|
||||
app.ambiance.Add(volume)
|
||||
|
@ -421,7 +420,6 @@ func (app *App) loadPlaylist(payload ...interface{}) {
|
|||
return
|
||||
}
|
||||
|
||||
discordspeaker.Pause(false)
|
||||
list, err := app.Playlist(pl.Url)
|
||||
if err != nil {
|
||||
log.Println("Error getting playlist info,", id)
|
||||
|
|
Loading…
Reference in New Issue