Renamed google reader api to just reader api to make it consistent everywhere we use it

This commit is contained in:
Maurice Parker
2019-06-19 15:40:03 -05:00
parent 1e53d0b463
commit b4b80c51bc
15 changed files with 65 additions and 45 deletions

View File

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