If database empty, add releases feed

This commit is contained in:
relikd
2019-08-11 15:31:35 +02:00
parent a6c8198234
commit a1f191789d
6 changed files with 25 additions and 10 deletions

View File

@@ -30,6 +30,8 @@
/// UTI type used for opml files
static NSPasteboardType const UTI_OPML = @"org.opml";
/// URL with newest baRSS releases. Automatically added when user starts baRSS for the first time.
static NSString* const versionUpdateURL = @"https://github.com/relikd/baRSS/releases.atom";
#pragma mark - NSImageName constants