mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2025-01-17 03:46:55 +01:00
Fix Evergreen feed URL.
This commit is contained in:
parent
e6c5110b64
commit
adeccd9cbf
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user