Skip to content

Commit

Permalink
Merge 7a78bd5 into 90a3419
Browse files Browse the repository at this point in the history
  • Loading branch information
soumya92 committed Jun 24, 2019
2 parents 90a3419 + 7a78bd5 commit c0a1720
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/volume/pulse.go
Expand Up @@ -194,7 +194,7 @@ func (m *paModule) worker(s *value.ErrorValue) {
sink, err = openSinkByName(conn, core, m.sinkName)
} else {
sink, err = openFallbackSink(conn, core)
if err != nil {
if err == nil {
err = listen(core, "FallbackSinkUpdated")
}
}
Expand Down

0 comments on commit c0a1720

Please sign in to comment.