Fix Evergreen feed URL.

This commit is contained in:
Brent Simmons 2017-06-01 14:10:04 -07:00
parent e6c5110b64
commit adeccd9cbf
1 changed files with 1 additions and 1 deletions

View File

@ -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 {