Skip to content

Commit

Permalink
Handle "unknown" state when skipping songs
Browse files Browse the repository at this point in the history
  • Loading branch information
Markushaldorsen committed Sep 23, 2020
1 parent eb01699 commit b07d49d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/router/from-fimp.go
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ func (fc *FromFimpRouter) routeFimpMessage(newMsg *fimpgo.Message) {
log.Error(err)
}
if success {
time.Sleep(time.Second * 1)
time.Sleep(time.Second * 3)
fc.states.NowPlaying, err = fc.client.GetNowPlaying(deviceIP, "8090")
if err != nil {
log.Error(err)
Expand Down

0 comments on commit b07d49d

Please sign in to comment.