more fixes for radio

This commit is contained in:
Dallas Groot 2026-04-04 18:45:10 -07:00
parent 6ac81a8dc1
commit cf84c60159

View file

@ -447,7 +447,8 @@ class AudioPlayer: NSObject, ObservableObject {
radioSeekBack(to: max(0.1, newPos))
}
}
#endif
#if os(iOS)
/// Set now playing artwork from a UIImage (for radio station custom covers)
func setNowPlayingArtwork(image: UIImage) {