Pushkraj Lanjekar

Results 1 issues of Pushkraj Lanjekar

I have used Swift package manager to integrate SwiftAudioPlayer in my app and when I run it using ``` let url = URL(string: "https://www.soundhelix.com/examples/mp3/SoundHelix-Song-1.mp3")! SAPlayer.shared.startRemoteAudio(withRemoteUrl: url) SAPlayer.shared.play() ``` It crashes...