dimitris-c / AudioStreaming

An AudioPlayer/Streaming library for iOS written in Swift using AVAudioEngine.
MIT License
266 stars 56 forks source link

Fix header not get passed into method #16

Closed mushthak closed 3 years ago

mushthak commented 3 years ago

player.play(url: url,headers: ["Authorization": "Bearer eyJhbGciOiJI...."])

When passing header as above is getting replaced by empty headers

dimitris-c commented 3 years ago

Nice catch