Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3f93bd1a86 | |||
| 20c0253f68 |
@@ -527,9 +527,9 @@ extension SAPlayer {
|
||||
}
|
||||
|
||||
/**
|
||||
Remove the first queued audio if one exists. Receive the first URL removed back.
|
||||
Clear the list of queued audio.
|
||||
|
||||
- Returns the URL of the removed audio.
|
||||
- Returns the list of removed audio URLs
|
||||
*/
|
||||
public func clearAllQueuedAudio() -> [URL] {
|
||||
return presenter.handleClearQueued()
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
|
||||
Pod::Spec.new do |s|
|
||||
s.name = 'SwiftAudioPlayer'
|
||||
s.version = '6.3.0'
|
||||
s.version = '6.3.1'
|
||||
s.summary = 'SwiftAudioPlayer is a Swift based audio player that can handle streaming from a remote location and audio manipulation.'
|
||||
|
||||
# This description is used to generate tags and improve search results.
|
||||
|
||||
Reference in New Issue
Block a user