質問編集履歴
1
修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -10,7 +10,6 @@
|
|
10
10
|
URLSession.shared.downloadTask(with: audioUrl) { location, response, error in
|
11
11
|
guard let location = location, error == nil else { return }
|
12
12
|
do {
|
13
|
-
destination url
|
14
13
|
try FileManager.default.moveItem(at: location, to: destinationUrl)
|
15
14
|
self.play(url: destinationUrl)
|
16
15
|
} catch {
|