Skip to content

Commit

Permalink
fix: missing output device log init
Browse files Browse the repository at this point in the history
Closes #165
  • Loading branch information
devgianlu committed Jan 20, 2025
1 parent 4af7200 commit a5529e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions player/player.go
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ func NewPlayer(opts *Options) (*Player, error) {
countryCode: opts.CountryCode,
newOutput: func(reader librespot.Float32Reader, volume float32) (output.Output, error) {
return output.NewOutput(&output.NewOutputOptions{
Log: opts.Log,
Backend: opts.AudioBackend,
Reader: reader,
SampleRate: SampleRate,
Expand Down

0 comments on commit a5529e6

Please sign in to comment.