mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Fix Evergreen feed URL.
This commit is contained in:
@@ -26,7 +26,7 @@ class AppDelegate: NSObject, NSApplicationDelegate, NSUserInterfaceValidations {
|
||||
var addFeedController: AddFeedController?
|
||||
var addFolderWindowController: AddFolderWindowController?
|
||||
let themeLoader = VSThemeLoader()
|
||||
private let appNewsURLString = "https://ranchero.com/evergreen/json.feed"
|
||||
private let appNewsURLString = "https://ranchero.com/evergreen/feed.json"
|
||||
|
||||
var unreadCount = 0 {
|
||||
didSet {
|
||||
|
||||
Reference in New Issue
Block a user