Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ef231a2570 | |||
| 350e6ec064 |
@@ -64,9 +64,14 @@ struct FileStorage {
|
||||
// MARK:- Audio
|
||||
extension FileStorage {
|
||||
struct Audio {
|
||||
private static let directory: FileManager.SearchPathDirectory = AudioDataManager.shared.downloadDirectory
|
||||
private init() {}
|
||||
|
||||
private static var directory: FileManager.SearchPathDirectory {
|
||||
get {
|
||||
return AudioDataManager.shared.downloadDirectory
|
||||
}
|
||||
}
|
||||
|
||||
static func isStored(_ id: ID) -> Bool {
|
||||
guard let url = locate(id)?.path else {
|
||||
return false
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
|
||||
Pod::Spec.new do |s|
|
||||
s.name = 'SwiftAudioPlayer'
|
||||
s.version = '7.2.0'
|
||||
s.version = '7.2.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