Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RmxAudioPlayer.swift: minor warnings #97

Open
mustafa0x opened this issue Aug 18, 2024 · 0 comments
Open

RmxAudioPlayer.swift: minor warnings #97

mustafa0x opened this issue Aug 18, 2024 · 0 comments

Comments

@mustafa0x
Copy link

RmxAudioPlayer.swift:556:66: string interpolation produces a debug description for an optional value; did you mean to make this explicit?
                print("observe change currentItem: lastTrackId \(self.lastTrackId) playerItem: \(playerItem?.trackId)")
                                                                 ^~~~~~~~~~~~~~~~

RmxAudioPlayer.swift:556:98: string interpolation produces a debug description for an optional value; did you mean to make this explicit?
                print("observe change currentItem: lastTrackId \(self.lastTrackId) playerItem: \(playerItem?.trackId)")
                                                                 ~~~~~^~~~~~~~~~~

RmxAudioPlayer.swift:712:53: string interpolation produces a debug description for an optional value; did you mean to make this explicit?
            print("Queue changed current item to: \(playerItem.trackId)")
                                                                                                 ~~~~~~~~~~~~^~~~~~~

RmxAudioPlayer.swift:783:30: string interpolation produces a debug description for an optional value; did you mean to make this explicit?
                    print("\(playerItem.error)")
                                                    ~~~~~~~~~~~^~~~~~~
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant