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
After that incoming call has interrupted stream, call ended, then first func radioPlayer(_ player: FRadioPlayer, metadataDidChange artistName: String?, trackName: String?) returns empty data, new data arrived few minutes later.
See log:
2019-07-14 19:22:40.063156+0300 Free Radio[15846:3911976] metadataDidChange = Sting - All This Time
2019-07-14 19:25:06.641497+0300 Free Radio[15846:3911976] metadataDidChange =
2019-07-14 19:25:06.678216+0300 Free Radio[15846:3911976] playerStateDidChange = Ready to play
2019-07-14 19:25:06.678296+0300 Free Radio[15846:3911976] playerStateDidChange = Loading finished
2019-07-14 19:27:21.571133+0300 Free Radio[15846:3911976] metadataDidChange = Sting - Brand New Day
The text was updated successfully, but these errors were encountered:
After that incoming call has interrupted stream, call ended, then first
func radioPlayer(_ player: FRadioPlayer, metadataDidChange artistName: String?, trackName: String?)
returns empty data, new data arrived few minutes later.See log:
The text was updated successfully, but these errors were encountered: