Add Inoreader, BazQux, and The Old Reader assets

This commit is contained in:
Maurice Parker
2020-10-24 14:18:01 -05:00
parent 0a01a9f501
commit bc2a475936
14 changed files with 162 additions and 19 deletions

View File

@@ -170,6 +170,12 @@ class ScriptableAccount: NSObject, UniqueIdScriptingObject, ScriptingObjectConta
osType = "NBlr"
case .freshRSS:
osType = "Frsh"
case .inoreader:
osType = "Inrd"
case .bazQux:
osType = "Bzqx"
case .theOldReader:
osType = "Tord"
}
return osType.fourCharCode
}