Rebrand Reader API to FreshRSS

This commit is contained in:
Maurice Parker
2019-06-20 07:22:51 -05:00
parent fc65b74037
commit fa62acb585
9 changed files with 34 additions and 20 deletions

View File

@@ -142,8 +142,8 @@ class ScriptableAccount: NSObject, UniqueIdScriptingObject, ScriptingObjectConta
osType = "FWrg"
case .newsBlur:
osType = "NBlr"
case .readerAPI:
osType = "Grdr"
case .freshRSS:
osType = "Frsh"
}
return osType.fourCharCode()
}