mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Edit comment.
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
import Foundation
|
||||
|
||||
// Create a DownloadSessionDelegate, then create a DownloadSession.
|
||||
// To download things: call downloadObjects, with a set of represented objects, to download things. DownloadSession will call the various delegate methods.
|
||||
// To download things: call download with a set of URLs. DownloadSession will call the various delegate methods.
|
||||
|
||||
public protocol DownloadSessionDelegate {
|
||||
|
||||
@@ -154,7 +154,6 @@ private extension DownloadSession {
|
||||
return
|
||||
}
|
||||
|
||||
|
||||
var urlToUse = url
|
||||
|
||||
// If received permanent redirect earlier, use that URL.
|
||||
|
||||
Reference in New Issue
Block a user