Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c222b5a745 | |||
| 2e86a6503c |
@@ -259,8 +259,6 @@ extension AudioStreamWorker: URLSessionDataDelegate {
|
||||
totalBytesReceived = totalBytesReceived + Int64(data.count)
|
||||
let progress = Double(totalBytesReceived)/Double(totalBytesExpected)
|
||||
|
||||
Log.test(totalBytesExpected)
|
||||
|
||||
Log.debug("network streaming progress \(progress)")
|
||||
self.progressCallback(id, StreamProgressDTO(progress: progress, data: data, totalBytesExpected: totalBytesExpected))
|
||||
}
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
|
||||
Pod::Spec.new do |s|
|
||||
s.name = 'SwiftAudioPlayer'
|
||||
s.version = '2.5.0'
|
||||
s.version = '2.5.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