Renamed GoogleReaderCompatible to just Reader

This commit is contained in:
Jeremy Beker
2019-06-19 12:25:37 -04:00
parent c8b9cf4d2c
commit d87f68a006
16 changed files with 183 additions and 190 deletions

View File

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