more fixes for radio
This commit is contained in:
parent
6ac81a8dc1
commit
cf84c60159
1 changed files with 2 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue