You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)")
~~~~~~~~~~~^~~~~~~
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: