mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Change so that we no longer default to best sort order and instead use subreddit default
This commit is contained in:
@@ -163,12 +163,7 @@ public final class RedditFeedProvider: FeedProvider {
|
||||
return
|
||||
}
|
||||
|
||||
let api: String
|
||||
if urlComponents.path == "" || urlComponents.path == "/" {
|
||||
api = "/best.json"
|
||||
} else {
|
||||
api = "\(urlComponents.path).json"
|
||||
}
|
||||
let api = "\(urlComponents.path).json"
|
||||
|
||||
let splitPath = urlComponents.path.split(separator: "/")
|
||||
let identifySubreddit: Bool
|
||||
|
||||
Reference in New Issue
Block a user